Shades of Green Leaf #466F11
Tints of Green Leaf #466F11
RGB
CMYK
RGB Variations
Color information
#466F11 (or 0x466F11) is known color: Green Leaf. HEX triplet: 46, 6F and 11. RGB value is (70,111,17). Sum of RGB (Red+Green+Blue) = 70+111+17=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #466F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F11 is #B990EE. Grayscale: #585858. Windows color (decimal): -12161263 or 1142598. OLE color: 1142598.
HSL color Cylindrical-coordinate representation of color #466F11: hue angle of 86.17º 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 #466F11 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 17 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.56 |
| HSL | 86.17º | 0.73% | 0.25% | - |
| HSV(B) | 86.17º | 0.85% | 0.44% | - |
| XYZ | 8.31 | 12.71 | 2.55 | - |
| YUV | 88.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 17 | 0.37 | 0 | 0.85 | 0.56 | 86.17 | 0.73 | 0.25 |
| Hex | 46 | 6F | 11 | 25 | 0 | 55 | 38 | 56 | 49 | 19 |
| Octal | 106 | 157 | 21 | 45 | 0 | 125 | 70 | 126 | 111 | 31 |
| Binary | 1000110 | 1101111 | 10001 | 100101 | 0 | 1010101 | 111000 | 1010110 | 1001001 | 11001 |
Color Harmonies of #466F11
Complementary color
Monochromatic Colors of #466F11
Black with #466F11
Text Example
Text Example
White with #466F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F11; }
p { color: rgb(70,111,17); }
H1.HeaderClassName
{
color: #466F11;
}
.AnyTagClassName
{
color: #466F11;
}
</style>
background-color css
<style>
a { background-color: #466F11; }
a { background-color: rgb(70,111,17); }
div.DivClassName
{
background-color: #466F11;
}
.BgClassName
{
background-color: #466F11;
}
</style>
border-color css
<style>
span { border-color: #466F11; }
span { border-color: rgb(70,111,17); }
td.TdClassName
{
border-color: #466F11;
}
.TagClassName
{
border-color: #466F11;
}
</style>