Shades of Green Leaf #456C14
Tints of Green Leaf #456C14
RGB
CMYK
RGB Variations
Color information
#456C14 (or 0x456C14) is known color: Green Leaf. HEX triplet: 45, 6C and 14. RGB value is (69,108,20). Sum of RGB (Red+Green+Blue) = 69+108+20=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #456C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456C14 is #BA93EB. Grayscale: #565656. Windows color (decimal): -12227564 or 1338437. OLE color: 1338437.
HSL color Cylindrical-coordinate representation of color #456C14: hue angle of 86.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456C14 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 20 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.58 |
| HSL | 86.59º | 0.69% | 0.25% | - |
| HSV(B) | 86.59º | 0.81% | 0.42% | - |
| XYZ | 7.94 | 12.04 | 2.57 | - |
| YUV | 86.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 20 | 0.36 | 0 | 0.81 | 0.58 | 86.59 | 0.69 | 0.25 |
| Hex | 45 | 6C | 14 | 24 | 0 | 51 | 3A | 57 | 45 | 19 |
| Octal | 105 | 154 | 24 | 44 | 0 | 121 | 72 | 127 | 105 | 31 |
| Binary | 1000101 | 1101100 | 10100 | 100100 | 0 | 1010001 | 111010 | 1010111 | 1000101 | 11001 |
Color Harmonies of #456C14
Complementary color
Monochromatic Colors of #456C14
Black with #456C14
Text Example
Text Example
White with #456C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C14; }
p { color: rgb(69,108,20); }
H1.HeaderClassName
{
color: #456C14;
}
.AnyTagClassName
{
color: #456C14;
}
</style>
background-color css
<style>
a { background-color: #456C14; }
a { background-color: rgb(69,108,20); }
div.DivClassName
{
background-color: #456C14;
}
.BgClassName
{
background-color: #456C14;
}
</style>
border-color css
<style>
span { border-color: #456C14; }
span { border-color: rgb(69,108,20); }
td.TdClassName
{
border-color: #456C14;
}
.TagClassName
{
border-color: #456C14;
}
</style>