Shades of Green Leaf #456913
Tints of Green Leaf #456913
RGB
CMYK
RGB Variations
Color information
#456913 (or 0x456913) is known color: Green Leaf. HEX triplet: 45, 69 and 13. RGB value is (69,105,19). Sum of RGB (Red+Green+Blue) = 69+105+19=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #456913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456913 is #BA96EC. Grayscale: #545454. Windows color (decimal): -12228333 or 1272133. OLE color: 1272133.
HSL color Cylindrical-coordinate representation of color #456913: hue angle of 85.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #456913 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 19 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.59 |
| HSL | 85.12º | 0.69% | 0.24% | - |
| HSV(B) | 85.12º | 0.82% | 0.41% | - |
| XYZ | 7.62 | 11.42 | 2.42 | - |
| YUV | 84.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 19 | 0.34 | 0 | 0.82 | 0.59 | 85.12 | 0.69 | 0.24 |
| Hex | 45 | 69 | 13 | 22 | 0 | 52 | 3B | 55 | 45 | 18 |
| Octal | 105 | 151 | 23 | 42 | 0 | 122 | 73 | 125 | 105 | 30 |
| Binary | 1000101 | 1101001 | 10011 | 100010 | 0 | 1010010 | 111011 | 1010101 | 1000101 | 11000 |
Color Harmonies of #456913
Complementary color
Monochromatic Colors of #456913
Black with #456913
Text Example
Text Example
White with #456913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456913; }
p { color: rgb(69,105,19); }
H1.HeaderClassName
{
color: #456913;
}
.AnyTagClassName
{
color: #456913;
}
</style>
background-color css
<style>
a { background-color: #456913; }
a { background-color: rgb(69,105,19); }
div.DivClassName
{
background-color: #456913;
}
.BgClassName
{
background-color: #456913;
}
</style>
border-color css
<style>
span { border-color: #456913; }
span { border-color: rgb(69,105,19); }
td.TdClassName
{
border-color: #456913;
}
.TagClassName
{
border-color: #456913;
}
</style>