#406024

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

Shades of Dell #406024

Tints of Dell #406024

Color information

#406024 (or 0x406024) is unknown color: approx Dell. HEX triplet: 40, 60 and 24. RGB value is (64,96,36). Sum of RGB (Red+Green+Blue) = 64+96+36=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #406024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406024 is #BF9FDB. Grayscale: #4F4F4F. Windows color (decimal): -12558300 or 2383936. OLE color: 2383936.

HSL color Cylindrical-coordinate representation of color #406024: hue angle of 92º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406024 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB649636-
CMYK0.3300.620.62
HSL92º45.45%25.88%-
HSV(B)92º62.5%37.65%-
XYZ6.629.583.17-
YUV79.59103.4116.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=32.65%
G=48.98%
B=18.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496360.3300.620.629245.4525.88
Hex4060242103E3E5c2d1a
Octal1001404441076761345532
Binary100000011000001001001000010111110111110101110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406024; }

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

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

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

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

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

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

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

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