Shades of Green Leaf #487214
Tints of Green Leaf #487214
RGB
CMYK
RGB Variations
Color information
#487214 (or 0x487214) is known color: Green Leaf. HEX triplet: 48, 72 and 14. RGB value is (72,114,20). Sum of RGB (Red+Green+Blue) = 72+114+20=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #487214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487214 is #B78DEB. Grayscale: #5B5B5B. Windows color (decimal): -12029420 or 1339976. OLE color: 1339976.
HSL color Cylindrical-coordinate representation of color #487214: hue angle of 86.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #487214 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 20 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.55 |
| HSL | 86.81º | 0.7% | 0.26% | - |
| HSV(B) | 86.81º | 0.82% | 0.45% | - |
| XYZ | 8.82 | 13.46 | 2.8 | - |
| YUV | 90.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 20 | 0.37 | 0 | 0.82 | 0.55 | 86.81 | 0.7 | 0.26 |
| Hex | 48 | 72 | 14 | 25 | 0 | 52 | 37 | 57 | 46 | 1A |
| Octal | 110 | 162 | 24 | 45 | 0 | 122 | 67 | 127 | 106 | 32 |
| Binary | 1001000 | 1110010 | 10100 | 100101 | 0 | 1010010 | 110111 | 1010111 | 1000110 | 11010 |
Color Harmonies of #487214
Complementary color
Monochromatic Colors of #487214
Black with #487214
Text Example
Text Example
White with #487214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487214; }
p { color: rgb(72,114,20); }
H1.HeaderClassName
{
color: #487214;
}
.AnyTagClassName
{
color: #487214;
}
</style>
background-color css
<style>
a { background-color: #487214; }
a { background-color: rgb(72,114,20); }
div.DivClassName
{
background-color: #487214;
}
.BgClassName
{
background-color: #487214;
}
</style>
border-color css
<style>
span { border-color: #487214; }
span { border-color: rgb(72,114,20); }
td.TdClassName
{
border-color: #487214;
}
.TagClassName
{
border-color: #487214;
}
</style>