#406D24

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

Shades of Dell #406D24

Tints of Dell #406D24

Color information

#406D24 (or 0x406D24) is unknown color: approx Dell. HEX triplet: 40, 6D and 24. RGB value is (64,109,36). Sum of RGB (Red+Green+Blue) = 64+109+36=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #406D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D24 is #BF92DB. Grayscale: #575757. Windows color (decimal): -12554972 or 2387264. OLE color: 2387264.

HSL color Cylindrical-coordinate representation of color #406D24: hue angle of 96.99º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406D24 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB6410936-
CMYK0.4100.670.57
HSL96.99º50.34%28.43%-
HSV(B)96.99º66.97%42.75%-
XYZ7.912.153.6-
YUV87.2299.09111.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 109 (42.97% from 255) = 52.15%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=30.62%
G=52.15%
B=17.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109360.4100.670.5796.9950.3428.43
Hex406D24290433961321c
Octal10015544510103711416234
Binary1000000110110110010010100101000011111001110000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406D24; }

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

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

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

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

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

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

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

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