#406624

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

Shades of Dell #406624

Tints of Dell #406624

Color information

#406624 (or 0x406624) is unknown color: approx Dell. HEX triplet: 40, 66 and 24. RGB value is (64,102,36). Sum of RGB (Red+Green+Blue) = 64+102+36=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #406624 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406624 is #BF99DB. Grayscale: #535353. Windows color (decimal): -12556764 or 2385472. OLE color: 2385472.

HSL color Cylindrical-coordinate representation of color #406624: hue angle of 94.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406624 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB6410236-
CMYK0.3700.650.6
HSL94.55º47.83%27.06%-
HSV(B)94.55º64.71%40%-
XYZ7.1810.723.36-
YUV83.11101.41114.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 102 (40.23% from 255) = 50.50%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=31.68%
G=50.50%
B=17.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102360.3700.650.694.5547.8327.06
Hex406624250413C5f301b
Octal10014644450101741376033
Binary1000000110011010010010010101000001111100101111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406624; }

 p { color: rgb(64,102,36); }

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

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

 a { background-color: rgb(64,102,36); }

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

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

 span { border-color: rgb(64,102,36); }

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