#406126

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

Shades of Dell #406126

Tints of Dell #406126

Color information

#406126 (or 0x406126) is unknown color: approx Dell. HEX triplet: 40, 61 and 26. RGB value is (64,97,38). Sum of RGB (Red+Green+Blue) = 64+97+38=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #406126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406126 is #BF9ED9. Grayscale: #505050. Windows color (decimal): -12558042 or 2515264. OLE color: 2515264.

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

Color convert

RGB649738-
CMYK0.3400.610.62
HSL93.56º43.7%26.47%-
HSV(B)93.56º60.82%38.04%-
XYZ6.749.783.37-
YUV80.41104.07116.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 97 (38.28% from 255) = 48.74%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=32.16%
G=48.74%
B=19.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497380.3400.610.6293.5643.726.47
Hex4061262203D3E5e2c1a
Octal1001414642075761365432
Binary100000011000011001101000100111101111110101111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406126; }

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

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

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

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

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

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

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

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