#406E15

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

Shades of Dell #406E15

Tints of Dell #406E15

Color information

#406E15 (or 0x406E15) is unknown color: approx Dell. HEX triplet: 40, 6E and 15. RGB value is (64,110,21). Sum of RGB (Red+Green+Blue) = 64+110+21=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #406E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406E15 is #BF91EA. Grayscale: #565656. Windows color (decimal): -12554731 or 1404480. OLE color: 1404480.

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

Color convert

RGB6411021-
CMYK0.4200.810.57
HSL91.01º67.94%25.69%-
HSV(B)91.01º80.91%43.14%-
XYZ7.8312.32.67-
YUV86.191.26112.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 110 (43.36% from 255) = 56.41%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=32.82%
G=56.41%
B=10.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64110210.4200.810.5791.0167.9425.69
Hex406E152A051395b441a
Octal100156255201217113310432
Binary1000000110111010101101010010100011110011011011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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