#406C26

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

Shades of Dell #406C26

Tints of Dell #406C26

Color information

#406C26 (or 0x406C26) is unknown color: approx Dell. HEX triplet: 40, 6C and 26. RGB value is (64,108,38). Sum of RGB (Red+Green+Blue) = 64+108+38=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #406C26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C26 is #BF93D9. Grayscale: #575757. Windows color (decimal): -12555226 or 2518080. OLE color: 2518080.

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

Color convert

RGB6410838-
CMYK0.4100.650.58
HSL97.71º47.95%28.63%-
HSV(B)97.71º64.81%42.35%-
XYZ7.8311.963.73-
YUV86.86100.42111.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=30.48%
G=51.43%
B=18.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108380.4100.650.5897.7147.9528.63
Hex406C26290413A62301d
Octal10015446510101721426035
Binary1000000110110010011010100101000001111010110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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