#406D1B

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

Shades of Dell #406D1B

Tints of Dell #406D1B

Color information

#406D1B (or 0x406D1B) is unknown color: approx Dell. HEX triplet: 40, 6D and 1B. RGB value is (64,109,27). Sum of RGB (Red+Green+Blue) = 64+109+27=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #406D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D1B is #BF92E4. Grayscale: #565656. Windows color (decimal): -12554981 or 1797440. OLE color: 1797440.

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

Color convert

RGB6410927-
CMYK0.4100.750.57
HSL92.93º60.29%26.67%-
HSV(B)92.93º75.23%42.75%-
XYZ7.7812.112.96-
YUV86.294.59112.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 109 (42.97% from 255) = 54.5%
BLUE value IS 27 (10.94% from 255) = 13.5%
R=32%
G=54.5%
B=13.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64109270.4100.750.5792.9360.2926.67
Hex406D1B2904B395d3c1b
Octal10015533510113711357433
Binary100000011011011101110100101001011111001101110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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