#406627

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

Shades of Dell #406627

Tints of Dell #406627

Color information

#406627 (or 0x406627) is unknown color: approx Dell. HEX triplet: 40, 66 and 27. RGB value is (64,102,39). Sum of RGB (Red+Green+Blue) = 64+102+39=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #406627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406627 is #BF99D8. Grayscale: #535353. Windows color (decimal): -12556761 or 2582080. OLE color: 2582080.

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

Color convert

RGB6410239-
CMYK0.3700.620.6
HSL96.19º44.68%27.65%-
HSV(B)96.19º61.76%40%-
XYZ7.2310.743.61-
YUV83.46102.91114.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=31.22%
G=49.76%
B=19.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64102390.3700.620.696.1944.6827.65
Hex4066272503E3C602d1c
Octal1001464745076741405534
Binary100000011001101001111001010111110111100110000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406627; }

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

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

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

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

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

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

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

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