#406912

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

Shades of Green Leaf #406912

Tints of Green Leaf #406912

Color information

#406912 (or 0x406912) is unknown color: approx Green Leaf. HEX triplet: 40, 69 and 12. RGB value is (64,105,18). Sum of RGB (Red+Green+Blue) = 64+105+18=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #406912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406912 is #BF96ED. Grayscale: #535353. Windows color (decimal): -12556014 or 1206592. OLE color: 1206592.

HSL color Cylindrical-coordinate representation of color #406912: hue angle of 88.28º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #406912 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB6410518-
CMYK0.3900.830.59
HSL88.28º70.73%24.12%-
HSV(B)88.28º82.86%41.18%-
XYZ7.2811.242.36-
YUV82.8291.42114.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=34.22%
G=56.15%
B=9.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105180.3900.830.5988.2870.7324.12
Hex406912270533B584718
Octal100151224701237313010730
Binary1000000110100110010100111010100111110111011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406912; }

 p { color: rgb(64,105,18); }

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

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

 a { background-color: rgb(64,105,18); }

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

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

 span { border-color: rgb(64,105,18); }

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