Shades of Green Leaf #456916
Tints of Green Leaf #456916
RGB
CMYK
RGB Variations
Color information
#456916 (or 0x456916) is known color: Green Leaf. HEX triplet: 45, 69 and 16. RGB value is (69,105,22). Sum of RGB (Red+Green+Blue) = 69+105+22=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #456916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456916 is #BA96E9. Grayscale: #555555. Windows color (decimal): -12228330 or 1468741. OLE color: 1468741.
HSL color Cylindrical-coordinate representation of color #456916: hue angle of 86.02º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #456916 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 22 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.59 |
| HSL | 86.02º | 0.65% | 0.25% | - |
| HSV(B) | 86.02º | 0.79% | 0.41% | - |
| XYZ | 7.65 | 11.43 | 2.56 | - |
| YUV | 84.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 22 | 0.34 | 0 | 0.79 | 0.59 | 86.02 | 0.65 | 0.25 |
| Hex | 45 | 69 | 16 | 22 | 0 | 4F | 3B | 56 | 41 | 19 |
| Octal | 105 | 151 | 26 | 42 | 0 | 117 | 73 | 126 | 101 | 31 |
| Binary | 1000101 | 1101001 | 10110 | 100010 | 0 | 1001111 | 111011 | 1010110 | 1000001 | 11001 |
Color Harmonies of #456916
Complementary color
Monochromatic Colors of #456916
Black with #456916
Text Example
Text Example
White with #456916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456916; }
p { color: rgb(69,105,22); }
H1.HeaderClassName
{
color: #456916;
}
.AnyTagClassName
{
color: #456916;
}
</style>
background-color css
<style>
a { background-color: #456916; }
a { background-color: rgb(69,105,22); }
div.DivClassName
{
background-color: #456916;
}
.BgClassName
{
background-color: #456916;
}
</style>
border-color css
<style>
span { border-color: #456916; }
span { border-color: rgb(69,105,22); }
td.TdClassName
{
border-color: #456916;
}
.TagClassName
{
border-color: #456916;
}
</style>