Shades of Green Leaf #487119
Tints of Green Leaf #487119
RGB
CMYK
RGB Variations
Color information
#487119 (or 0x487119) is known color: Green Leaf. HEX triplet: 48, 71 and 19. RGB value is (72,113,25). Sum of RGB (Red+Green+Blue) = 72+113+25=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #487119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487119 is #B78EE6. Grayscale: #5B5B5B. Windows color (decimal): -12029671 or 1667400. OLE color: 1667400.
HSL color Cylindrical-coordinate representation of color #487119: hue angle of 87.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #487119 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 25 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.56 |
| HSL | 87.95º | 0.64% | 0.27% | - |
| HSV(B) | 87.95º | 0.78% | 0.44% | - |
| XYZ | 8.75 | 13.26 | 3.02 | - |
| YUV | 90.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 25 | 0.36 | 0 | 0.78 | 0.56 | 87.95 | 0.64 | 0.27 |
| Hex | 48 | 71 | 19 | 24 | 0 | 4E | 38 | 58 | 40 | 1B |
| Octal | 110 | 161 | 31 | 44 | 0 | 116 | 70 | 130 | 100 | 33 |
| Binary | 1001000 | 1110001 | 11001 | 100100 | 0 | 1001110 | 111000 | 1011000 | 1000000 | 11011 |
Color Harmonies of #487119
Complementary color
Monochromatic Colors of #487119
Black with #487119
Text Example
Text Example
White with #487119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487119; }
p { color: rgb(72,113,25); }
H1.HeaderClassName
{
color: #487119;
}
.AnyTagClassName
{
color: #487119;
}
</style>
background-color css
<style>
a { background-color: #487119; }
a { background-color: rgb(72,113,25); }
div.DivClassName
{
background-color: #487119;
}
.BgClassName
{
background-color: #487119;
}
</style>
border-color css
<style>
span { border-color: #487119; }
span { border-color: rgb(72,113,25); }
td.TdClassName
{
border-color: #487119;
}
.TagClassName
{
border-color: #487119;
}
</style>