Shades of Green Leaf #457010
Tints of Green Leaf #457010
RGB
CMYK
RGB Variations
Color information
#457010 (or 0x457010) is known color: Green Leaf. HEX triplet: 45, 70 and 10. RGB value is (69,112,16). Sum of RGB (Red+Green+Blue) = 69+112+16=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #457010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457010 is #BA8FEF. Grayscale: #585858. Windows color (decimal): -12226544 or 1077317. OLE color: 1077317.
HSL color Cylindrical-coordinate representation of color #457010: hue angle of 86.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #457010 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 16 | - |
| CMYK | 0.38 | 0 | 0.86 | 0.56 |
| HSL | 86.88º | 0.75% | 0.25% | - |
| HSV(B) | 86.88º | 0.86% | 0.44% | - |
| XYZ | 8.34 | 12.89 | 2.54 | - |
| YUV | 88.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 16 | 0.38 | 0 | 0.86 | 0.56 | 86.88 | 0.75 | 0.25 |
| Hex | 45 | 70 | 10 | 26 | 0 | 56 | 38 | 57 | 4B | 19 |
| Octal | 105 | 160 | 20 | 46 | 0 | 126 | 70 | 127 | 113 | 31 |
| Binary | 1000101 | 1110000 | 10000 | 100110 | 0 | 1010110 | 111000 | 1010111 | 1001011 | 11001 |
Color Harmonies of #457010
Complementary color
Monochromatic Colors of #457010
Black with #457010
Text Example
Text Example
White with #457010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457010; }
p { color: rgb(69,112,16); }
H1.HeaderClassName
{
color: #457010;
}
.AnyTagClassName
{
color: #457010;
}
</style>
background-color css
<style>
a { background-color: #457010; }
a { background-color: rgb(69,112,16); }
div.DivClassName
{
background-color: #457010;
}
.BgClassName
{
background-color: #457010;
}
</style>
border-color css
<style>
span { border-color: #457010; }
span { border-color: rgb(69,112,16); }
td.TdClassName
{
border-color: #457010;
}
.TagClassName
{
border-color: #457010;
}
</style>