#406D21

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

Shades of Dell #406D21

Tints of Dell #406D21

Color information

#406D21 (or 0x406D21) is unknown color: approx Dell. HEX triplet: 40, 6D and 21. RGB value is (64,109,33). Sum of RGB (Red+Green+Blue) = 64+109+33=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #406D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D21 is #BF92DE. Grayscale: #575757. Windows color (decimal): -12554975 or 2190656. OLE color: 2190656.

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

Color convert

RGB6410933-
CMYK0.4100.700.57
HSL95.53º53.52%27.84%-
HSV(B)95.53º69.72%42.75%-
XYZ7.8612.143.37-
YUV86.8897.59111.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=31.07%
G=52.91%
B=16.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109330.4100.700.5795.5353.5227.84
Hex406D21290463960361c
Octal10015541510106711406634
Binary1000000110110110000110100101000110111001110000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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