Shades of Green Leaf #456D15
Tints of Green Leaf #456D15
RGB
CMYK
RGB Variations
Color information
#456D15 (or 0x456D15) is known color: Green Leaf. HEX triplet: 45, 6D and 15. RGB value is (69,109,21). Sum of RGB (Red+Green+Blue) = 69+109+21=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #456D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456D15 is #BA92EA. Grayscale: #575757. Windows color (decimal): -12227307 or 1404229. OLE color: 1404229.
HSL color Cylindrical-coordinate representation of color #456D15: hue angle of 87.27º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456D15 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 21 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.57 |
| HSL | 87.27º | 0.68% | 0.25% | - |
| HSV(B) | 87.27º | 0.81% | 0.43% | - |
| XYZ | 8.06 | 12.26 | 2.65 | - |
| YUV | 87.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 21 | 0.37 | 0 | 0.81 | 0.57 | 87.27 | 0.68 | 0.25 |
| Hex | 45 | 6D | 15 | 25 | 0 | 51 | 39 | 57 | 44 | 19 |
| Octal | 105 | 155 | 25 | 45 | 0 | 121 | 71 | 127 | 104 | 31 |
| Binary | 1000101 | 1101101 | 10101 | 100101 | 0 | 1010001 | 111001 | 1010111 | 1000100 | 11001 |
Color Harmonies of #456D15
Complementary color
Monochromatic Colors of #456D15
Black with #456D15
Text Example
Text Example
White with #456D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D15; }
p { color: rgb(69,109,21); }
H1.HeaderClassName
{
color: #456D15;
}
.AnyTagClassName
{
color: #456D15;
}
</style>
background-color css
<style>
a { background-color: #456D15; }
a { background-color: rgb(69,109,21); }
div.DivClassName
{
background-color: #456D15;
}
.BgClassName
{
background-color: #456D15;
}
</style>
border-color css
<style>
span { border-color: #456D15; }
span { border-color: rgb(69,109,21); }
td.TdClassName
{
border-color: #456D15;
}
.TagClassName
{
border-color: #456D15;
}
</style>