#406C28

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

Shades of Dell #406C28

Tints of Dell #406C28

Color information

#406C28 (or 0x406C28) is unknown color: approx Dell. HEX triplet: 40, 6C and 28. RGB value is (64,108,40). Sum of RGB (Red+Green+Blue) = 64+108+40=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #406C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C28 is #BF93D7. Grayscale: #575757. Windows color (decimal): -12555224 or 2649152. OLE color: 2649152.

HSL color Cylindrical-coordinate representation of color #406C28: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406C28 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB6410840-
CMYK0.4100.630.58
HSL98.82º45.95%29.02%-
HSV(B)98.82º62.96%42.35%-
XYZ7.8611.973.9-
YUV87.09101.42111.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=30.19%
G=50.94%
B=18.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108400.4100.630.5898.8245.9529.02
Hex406C282903F3A632e1d
Octal1001545051077721435635
Binary100000011011001010001010010111111111010110001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,108,40); }

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

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

 a { background-color: rgb(64,108,40); }

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

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

 span { border-color: rgb(64,108,40); }

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