Shades of Green Leaf #456816
Tints of Green Leaf #456816
RGB
CMYK
RGB Variations
Color information
#456816 (or 0x456816) is known color: Green Leaf. HEX triplet: 45, 68 and 16. RGB value is (69,104,22). Sum of RGB (Red+Green+Blue) = 69+104+22=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #456816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456816 is #BA97E9. Grayscale: #545454. Windows color (decimal): -12228586 or 1468485. OLE color: 1468485.
HSL color Cylindrical-coordinate representation of color #456816: hue angle of 85.61º 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 #456816 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 22 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.59 |
| HSL | 85.61º | 0.65% | 0.25% | - |
| HSV(B) | 85.61º | 0.79% | 0.41% | - |
| XYZ | 7.55 | 11.22 | 2.53 | - |
| YUV | 84.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 22 | 0.34 | 0 | 0.79 | 0.59 | 85.61 | 0.65 | 0.25 |
| Hex | 45 | 68 | 16 | 22 | 0 | 4F | 3B | 56 | 41 | 19 |
| Octal | 105 | 150 | 26 | 42 | 0 | 117 | 73 | 126 | 101 | 31 |
| Binary | 1000101 | 1101000 | 10110 | 100010 | 0 | 1001111 | 111011 | 1010110 | 1000001 | 11001 |
Color Harmonies of #456816
Complementary color
Monochromatic Colors of #456816
Black with #456816
Text Example
Text Example
White with #456816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456816; }
p { color: rgb(69,104,22); }
H1.HeaderClassName
{
color: #456816;
}
.AnyTagClassName
{
color: #456816;
}
</style>
background-color css
<style>
a { background-color: #456816; }
a { background-color: rgb(69,104,22); }
div.DivClassName
{
background-color: #456816;
}
.BgClassName
{
background-color: #456816;
}
</style>
border-color css
<style>
span { border-color: #456816; }
span { border-color: rgb(69,104,22); }
td.TdClassName
{
border-color: #456816;
}
.TagClassName
{
border-color: #456816;
}
</style>