#406E1D

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

Shades of Dell #406E1D

Tints of Dell #406E1D

Color information

#406E1D (or 0x406E1D) is unknown color: approx Dell. HEX triplet: 40, 6E and 1D. RGB value is (64,110,29). Sum of RGB (Red+Green+Blue) = 64+110+29=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #406E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E1D is #BF91E2. Grayscale: #575757. Windows color (decimal): -12554723 or 1928768. OLE color: 1928768.

HSL color Cylindrical-coordinate representation of color #406E1D: hue angle of 94.07º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406E1D is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB6411029-
CMYK0.4200.740.57
HSL94.07º58.27%27.25%-
HSV(B)94.07º73.64%43.14%-
XYZ7.9112.333.13-
YUV87.0195.26111.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 110 (43.36% from 255) = 54.19%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=31.53%
G=54.19%
B=14.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110290.4200.740.5794.0758.2727.25
Hex406E1D2A04A395e3a1b
Octal10015635520112711367233
Binary100000011011101110110101001001010111001101111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,29); }

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

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

 a { background-color: rgb(64,110,29); }

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

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

 span { border-color: rgb(64,110,29); }

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