Shades of Green Leaf #457013
Tints of Green Leaf #457013
RGB
CMYK
RGB Variations
Color information
#457013 (or 0x457013) is known color: Green Leaf. HEX triplet: 45, 70 and 13. RGB value is (69,112,19). Sum of RGB (Red+Green+Blue) = 69+112+19=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #457013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457013 is #BA8FEC. Grayscale: #585858. Windows color (decimal): -12226541 or 1273925. OLE color: 1273925.
HSL color Cylindrical-coordinate representation of color #457013: hue angle of 87.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #457013 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 19 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.56 |
| HSL | 87.74º | 0.71% | 0.26% | - |
| HSV(B) | 87.74º | 0.83% | 0.44% | - |
| XYZ | 8.37 | 12.9 | 2.67 | - |
| YUV | 88.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 19 | 0.38 | 0 | 0.83 | 0.56 | 87.74 | 0.71 | 0.26 |
| Hex | 45 | 70 | 13 | 26 | 0 | 53 | 38 | 58 | 47 | 1A |
| Octal | 105 | 160 | 23 | 46 | 0 | 123 | 70 | 130 | 107 | 32 |
| Binary | 1000101 | 1110000 | 10011 | 100110 | 0 | 1010011 | 111000 | 1011000 | 1000111 | 11010 |
Color Harmonies of #457013
Complementary color
Monochromatic Colors of #457013
Black with #457013
Text Example
Text Example
White with #457013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457013; }
p { color: rgb(69,112,19); }
H1.HeaderClassName
{
color: #457013;
}
.AnyTagClassName
{
color: #457013;
}
</style>
background-color css
<style>
a { background-color: #457013; }
a { background-color: rgb(69,112,19); }
div.DivClassName
{
background-color: #457013;
}
.BgClassName
{
background-color: #457013;
}
</style>
border-color css
<style>
span { border-color: #457013; }
span { border-color: rgb(69,112,19); }
td.TdClassName
{
border-color: #457013;
}
.TagClassName
{
border-color: #457013;
}
</style>