Shades of Green Leaf #487807
Tints of Green Leaf #487807
RGB
CMYK
RGB Variations
Color information
#487807 (or 0x487807) is known color: Green Leaf. HEX triplet: 48, 78 and 07. RGB value is (72,120,7). Sum of RGB (Red+Green+Blue) = 72+120+7=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #487807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487807 is #B787F8. Grayscale: #5D5D5D. Windows color (decimal): -12027897 or 489544. OLE color: 489544.
HSL color Cylindrical-coordinate representation of color #487807: hue angle of 85.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #487807 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 7 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.53 |
| HSL | 85.49º | 0.89% | 0.25% | - |
| HSV(B) | 85.49º | 0.94% | 0.47% | - |
| XYZ | 9.43 | 14.83 | 2.57 | - |
| YUV | 92.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 7 | 0.40 | 0 | 0.94 | 0.53 | 85.49 | 0.89 | 0.25 |
| Hex | 48 | 78 | 7 | 28 | 0 | 5E | 35 | 55 | 59 | 19 |
| Octal | 110 | 170 | 7 | 50 | 0 | 136 | 65 | 125 | 131 | 31 |
| Binary | 1001000 | 1111000 | 111 | 101000 | 0 | 1011110 | 110101 | 1010101 | 1011001 | 11001 |
Color Harmonies of #487807
Complementary color
Monochromatic Colors of #487807
Black with #487807
Text Example
Text Example
White with #487807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487807; }
p { color: rgb(72,120,7); }
H1.HeaderClassName
{
color: #487807;
}
.AnyTagClassName
{
color: #487807;
}
</style>
background-color css
<style>
a { background-color: #487807; }
a { background-color: rgb(72,120,7); }
div.DivClassName
{
background-color: #487807;
}
.BgClassName
{
background-color: #487807;
}
</style>
border-color css
<style>
span { border-color: #487807; }
span { border-color: rgb(72,120,7); }
td.TdClassName
{
border-color: #487807;
}
.TagClassName
{
border-color: #487807;
}
</style>