Shades of Green Leaf #487904
Tints of Green Leaf #487904
RGB
CMYK
RGB Variations
Color information
#487904 (or 0x487904) is known color: Green Leaf. HEX triplet: 48, 79 and 04. RGB value is (72,121,4). Sum of RGB (Red+Green+Blue) = 72+121+4=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #487904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487904 is #B786FB. Grayscale: #5D5D5D. Windows color (decimal): -12027644 or 293192. OLE color: 293192.
HSL color Cylindrical-coordinate representation of color #487904: hue angle of 85.13º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #487904 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 4 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.53 |
| HSL | 85.13º | 0.94% | 0.25% | - |
| HSV(B) | 85.13º | 0.97% | 0.47% | - |
| XYZ | 9.53 | 15.06 | 2.52 | - |
| YUV | 93.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 4 | 0.40 | 0 | 0.97 | 0.53 | 85.13 | 0.94 | 0.25 |
| Hex | 48 | 79 | 4 | 28 | 0 | 61 | 35 | 55 | 5E | 19 |
| Octal | 110 | 171 | 4 | 50 | 0 | 141 | 65 | 125 | 136 | 31 |
| Binary | 1001000 | 1111001 | 100 | 101000 | 0 | 1100001 | 110101 | 1010101 | 1011110 | 11001 |
Color Harmonies of #487904
Complementary color
Monochromatic Colors of #487904
Black with #487904
Text Example
Text Example
White with #487904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487904; }
p { color: rgb(72,121,4); }
H1.HeaderClassName
{
color: #487904;
}
.AnyTagClassName
{
color: #487904;
}
</style>
background-color css
<style>
a { background-color: #487904; }
a { background-color: rgb(72,121,4); }
div.DivClassName
{
background-color: #487904;
}
.BgClassName
{
background-color: #487904;
}
</style>
border-color css
<style>
span { border-color: #487904; }
span { border-color: rgb(72,121,4); }
td.TdClassName
{
border-color: #487904;
}
.TagClassName
{
border-color: #487904;
}
</style>