Shades of Green Leaf #487814
Tints of Green Leaf #487814
RGB
CMYK
RGB Variations
Color information
#487814 (or 0x487814) is known color: Green Leaf. HEX triplet: 48, 78 and 14. RGB value is (72,120,20). Sum of RGB (Red+Green+Blue) = 72+120+20=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #487814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487814 is #B787EB. Grayscale: #5E5E5E. Windows color (decimal): -12027884 or 1341512. OLE color: 1341512.
HSL color Cylindrical-coordinate representation of color #487814: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #487814 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 20 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.53 |
| HSL | 88.8º | 0.71% | 0.27% | - |
| HSV(B) | 88.8º | 0.83% | 0.47% | - |
| XYZ | 9.52 | 14.86 | 3.03 | - |
| YUV | 94.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 20 | 0.40 | 0 | 0.83 | 0.53 | 88.8 | 0.71 | 0.27 |
| Hex | 48 | 78 | 14 | 28 | 0 | 53 | 35 | 59 | 47 | 1B |
| Octal | 110 | 170 | 24 | 50 | 0 | 123 | 65 | 131 | 107 | 33 |
| Binary | 1001000 | 1111000 | 10100 | 101000 | 0 | 1010011 | 110101 | 1011001 | 1000111 | 11011 |
Color Harmonies of #487814
Complementary color
Monochromatic Colors of #487814
Black with #487814
Text Example
Text Example
White with #487814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487814; }
p { color: rgb(72,120,20); }
H1.HeaderClassName
{
color: #487814;
}
.AnyTagClassName
{
color: #487814;
}
</style>
background-color css
<style>
a { background-color: #487814; }
a { background-color: rgb(72,120,20); }
div.DivClassName
{
background-color: #487814;
}
.BgClassName
{
background-color: #487814;
}
</style>
border-color css
<style>
span { border-color: #487814; }
span { border-color: rgb(72,120,20); }
td.TdClassName
{
border-color: #487814;
}
.TagClassName
{
border-color: #487814;
}
</style>