#406F0E

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

Shades of Green Leaf #406F0E

Tints of Green Leaf #406F0E

Color information

#406F0E (or 0x406F0E) is unknown color: approx Green Leaf. HEX triplet: 40, 6F and 0E. RGB value is (64,111,14). Sum of RGB (Red+Green+Blue) = 64+111+14=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #406F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F0E is #BF90F1. Grayscale: #565656. Windows color (decimal): -12554482 or 945984. OLE color: 945984.

HSL color Cylindrical-coordinate representation of color #406F0E: hue angle of 89.07º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #406F0E is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB6411114-
CMYK0.4200.870.56
HSL89.07º77.6%24.51%-
HSV(B)89.07º87.39%43.53%-
XYZ7.8812.492.41-
YUV85.8987.43112.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 111 (43.75% from 255) = 58.73%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=33.86%
G=58.73%
B=7.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111140.4200.870.5689.0777.624.51
Hex406FE2A05738594e19
Octal100157165201277013111631
Binary100000011011111110101010010101111110001011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,14); }

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

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

 a { background-color: rgb(64,111,14); }

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

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

 span { border-color: rgb(64,111,14); }

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