Shades of Green Leaf #457313
Tints of Green Leaf #457313
RGB
CMYK
RGB Variations
Color information
#457313 (or 0x457313) is known color: Green Leaf. HEX triplet: 45, 73 and 13. RGB value is (69,115,19). Sum of RGB (Red+Green+Blue) = 69+115+19=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #457313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457313 is #BA8CEC. Grayscale: #5A5A5A. Windows color (decimal): -12225773 or 1274693. OLE color: 1274693.
HSL color Cylindrical-coordinate representation of color #457313: hue angle of 88.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #457313 is Cyan = 0.4, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 19 | - |
| CMYK | 0.4 | 0 | 0.83 | 0.55 |
| HSL | 88.75º | 0.72% | 0.26% | - |
| HSV(B) | 88.75º | 0.83% | 0.45% | - |
| XYZ | 8.7 | 13.57 | 2.78 | - |
| YUV | 90.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 19 | 0.4 | 0 | 0.83 | 0.55 | 88.75 | 0.72 | 0.26 |
| Hex | 45 | 73 | 13 | 28 | 0 | 53 | 37 | 59 | 48 | 1A |
| Octal | 105 | 163 | 23 | 50 | 0 | 123 | 67 | 131 | 110 | 32 |
| Binary | 1000101 | 1110011 | 10011 | 101000 | 0 | 1010011 | 110111 | 1011001 | 1001000 | 11010 |
Color Harmonies of #457313
Complementary color
Monochromatic Colors of #457313
Black with #457313
Text Example
Text Example
White with #457313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457313; }
p { color: rgb(69,115,19); }
H1.HeaderClassName
{
color: #457313;
}
.AnyTagClassName
{
color: #457313;
}
</style>
background-color css
<style>
a { background-color: #457313; }
a { background-color: rgb(69,115,19); }
div.DivClassName
{
background-color: #457313;
}
.BgClassName
{
background-color: #457313;
}
</style>
border-color css
<style>
span { border-color: #457313; }
span { border-color: rgb(69,115,19); }
td.TdClassName
{
border-color: #457313;
}
.TagClassName
{
border-color: #457313;
}
</style>