#3F632B

Color #3F632B Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3F632B

Tints of Dell #3F632B

Color information

#3F632B (or 0x3F632B) is unknown color: approx Dell. HEX triplet: 3F, 63 and 2B. RGB value is (63,99,43). Sum of RGB (Red+Green+Blue) = 63+99+43=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #3F632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F632B is #C09CD4. Grayscale: #525252. Windows color (decimal): -12623061 or 2843455. OLE color: 2843455.

HSL color Cylindrical-coordinate representation of color #3F632B: hue angle of 98.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F632B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB639943-
CMYK0.3600.570.61
HSL98.57º39.44%27.84%-
HSV(B)98.57º56.57%38.82%-
XYZ6.9510.153.88-
YUV81.85106.07114.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=30.73%
G=48.29%
B=20.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399430.3600.570.6198.5739.4427.84
Hex3F632B240393D63271c
Octal771435344071751434734
Binary11111111000111010111001000111001111101110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F632B; }

 p { color: rgb(63,99,43); }

 H1.HeaderClassName
 {
   color: #3F632B;
 }
 .AnyTagClassName
 {
   color: #3F632B;
 }
</style>
background-color css

<style>
 a { background-color: #3F632B; }

 a { background-color: rgb(63,99,43); }

 div.DivClassName
 {
   background-color: #3F632B;
 }
 .BgClassName
 {
   background-color: #3F632B;
 }
</style>
border-color css

<style>
 span { border-color: #3F632B; }

 span { border-color: rgb(63,99,43); }

 td.TdClassName
 {
   border-color: #3F632B;
 }
 .TagClassName
 {
   border-color: #3F632B;
 }
</style>