Shades of Green Leaf #487708
Tints of Green Leaf #487708
RGB
CMYK
RGB Variations
Color information
#487708 (or 0x487708) is known color: Green Leaf. HEX triplet: 48, 77 and 08. RGB value is (72,119,8). Sum of RGB (Red+Green+Blue) = 72+119+8=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #487708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487708 is #B788F7. Grayscale: #5C5C5C. Windows color (decimal): -12028152 or 554824. OLE color: 554824.
HSL color Cylindrical-coordinate representation of color #487708: hue angle of 85.41º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #487708 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 8 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.53 |
| HSL | 85.41º | 0.87% | 0.25% | - |
| HSV(B) | 85.41º | 0.93% | 0.47% | - |
| XYZ | 9.31 | 14.59 | 2.55 | - |
| YUV | 92.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 8 | 0.39 | 0 | 0.93 | 0.53 | 85.41 | 0.87 | 0.25 |
| Hex | 48 | 77 | 8 | 27 | 0 | 5D | 35 | 55 | 57 | 19 |
| Octal | 110 | 167 | 10 | 47 | 0 | 135 | 65 | 125 | 127 | 31 |
| Binary | 1001000 | 1110111 | 1000 | 100111 | 0 | 1011101 | 110101 | 1010101 | 1010111 | 11001 |
Color Harmonies of #487708
Complementary color
Monochromatic Colors of #487708
Black with #487708
Text Example
Text Example
White with #487708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487708; }
p { color: rgb(72,119,8); }
H1.HeaderClassName
{
color: #487708;
}
.AnyTagClassName
{
color: #487708;
}
</style>
background-color css
<style>
a { background-color: #487708; }
a { background-color: rgb(72,119,8); }
div.DivClassName
{
background-color: #487708;
}
.BgClassName
{
background-color: #487708;
}
</style>
border-color css
<style>
span { border-color: #487708; }
span { border-color: rgb(72,119,8); }
td.TdClassName
{
border-color: #487708;
}
.TagClassName
{
border-color: #487708;
}
</style>