Shades of Green Leaf #457212
Tints of Green Leaf #457212
RGB
CMYK
RGB Variations
Color information
#457212 (or 0x457212) is known color: Green Leaf. HEX triplet: 45, 72 and 12. RGB value is (69,114,18). Sum of RGB (Red+Green+Blue) = 69+114+18=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #457212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457212 is #BA8DED. Grayscale: #595959. Windows color (decimal): -12226030 or 1208901. OLE color: 1208901.
HSL color Cylindrical-coordinate representation of color #457212: hue angle of 88.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #457212 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 18 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.55 |
| HSL | 88.13º | 0.73% | 0.26% | - |
| HSV(B) | 88.13º | 0.84% | 0.45% | - |
| XYZ | 8.58 | 13.34 | 2.7 | - |
| YUV | 89.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 18 | 0.39 | 0 | 0.84 | 0.55 | 88.13 | 0.73 | 0.26 |
| Hex | 45 | 72 | 12 | 27 | 0 | 54 | 37 | 58 | 49 | 1A |
| Octal | 105 | 162 | 22 | 47 | 0 | 124 | 67 | 130 | 111 | 32 |
| Binary | 1000101 | 1110010 | 10010 | 100111 | 0 | 1010100 | 110111 | 1011000 | 1001001 | 11010 |
Color Harmonies of #457212
Complementary color
Monochromatic Colors of #457212
Black with #457212
Text Example
Text Example
White with #457212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457212; }
p { color: rgb(69,114,18); }
H1.HeaderClassName
{
color: #457212;
}
.AnyTagClassName
{
color: #457212;
}
</style>
background-color css
<style>
a { background-color: #457212; }
a { background-color: rgb(69,114,18); }
div.DivClassName
{
background-color: #457212;
}
.BgClassName
{
background-color: #457212;
}
</style>
border-color css
<style>
span { border-color: #457212; }
span { border-color: rgb(69,114,18); }
td.TdClassName
{
border-color: #457212;
}
.TagClassName
{
border-color: #457212;
}
</style>