#406E1B

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

Shades of Dell #406E1B

Tints of Dell #406E1B

Color information

#406E1B (or 0x406E1B) is unknown color: approx Dell. HEX triplet: 40, 6E and 1B. RGB value is (64,110,27). Sum of RGB (Red+Green+Blue) = 64+110+27=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #406E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406E1B is #BF91E4. Grayscale: #575757. Windows color (decimal): -12554725 or 1797696. OLE color: 1797696.

HSL color Cylindrical-coordinate representation of color #406E1B: hue angle of 93.25º degrees, saturation: 0.61, 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 #406E1B is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB6411027-
CMYK0.4200.750.57
HSL93.25º60.58%26.86%-
HSV(B)93.25º75.45%43.14%-
XYZ7.8912.323-
YUV86.7894.26111.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 110 (43.36% from 255) = 54.73%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=31.84%
G=54.73%
B=13.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110270.4200.750.5793.2560.5826.86
Hex406E1B2A04B395d3d1b
Octal10015633520113711357533
Binary100000011011101101110101001001011111001101110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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