#406F11

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

Shades of Green Leaf #406F11

Tints of Green Leaf #406F11

Color information

#406F11 (or 0x406F11) is unknown color: approx Green Leaf. HEX triplet: 40, 6F and 11. RGB value is (64,111,17). Sum of RGB (Red+Green+Blue) = 64+111+17=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #406F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F11 is #BF90EE. Grayscale: #565656. Windows color (decimal): -12554479 or 1142592. OLE color: 1142592.

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

Color convert

RGB6411117-
CMYK0.4200.850.56
HSL90º73.44%25.1%-
HSV(B)90º84.68%43.53%-
XYZ7.912.52.53-
YUV86.2388.93112.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 57.81%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=33.33%
G=57.81%
B=8.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111170.4200.850.569073.4425.1
Hex406F112A055385a4919
Octal100157215201257013211131
Binary1000000110111110001101010010101011110001011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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