Shades of Green Leaf #466F12
Tints of Green Leaf #466F12
RGB
CMYK
RGB Variations
Color information
#466F12 (or 0x466F12) is known color: Green Leaf. HEX triplet: 46, 6F and 12. RGB value is (70,111,18). Sum of RGB (Red+Green+Blue) = 70+111+18=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #466F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F12 is #B990ED. Grayscale: #585858. Windows color (decimal): -12161262 or 1208134. OLE color: 1208134.
HSL color Cylindrical-coordinate representation of color #466F12: hue angle of 86.45º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466F12 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 18 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.56 |
| HSL | 86.45º | 0.72% | 0.25% | - |
| HSV(B) | 86.45º | 0.84% | 0.44% | - |
| XYZ | 8.32 | 12.71 | 2.59 | - |
| YUV | 88.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 18 | 0.37 | 0 | 0.84 | 0.56 | 86.45 | 0.72 | 0.25 |
| Hex | 46 | 6F | 12 | 25 | 0 | 54 | 38 | 56 | 48 | 19 |
| Octal | 106 | 157 | 22 | 45 | 0 | 124 | 70 | 126 | 110 | 31 |
| Binary | 1000110 | 1101111 | 10010 | 100101 | 0 | 1010100 | 111000 | 1010110 | 1001000 | 11001 |
Color Harmonies of #466F12
Complementary color
Monochromatic Colors of #466F12
Black with #466F12
Text Example
Text Example
White with #466F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F12; }
p { color: rgb(70,111,18); }
H1.HeaderClassName
{
color: #466F12;
}
.AnyTagClassName
{
color: #466F12;
}
</style>
background-color css
<style>
a { background-color: #466F12; }
a { background-color: rgb(70,111,18); }
div.DivClassName
{
background-color: #466F12;
}
.BgClassName
{
background-color: #466F12;
}
</style>
border-color css
<style>
span { border-color: #466F12; }
span { border-color: rgb(70,111,18); }
td.TdClassName
{
border-color: #466F12;
}
.TagClassName
{
border-color: #466F12;
}
</style>