Shades of Green Leaf #487315
Tints of Green Leaf #487315
RGB
CMYK
RGB Variations
Color information
#487315 (or 0x487315) is known color: Green Leaf. HEX triplet: 48, 73 and 15. RGB value is (72,115,21). Sum of RGB (Red+Green+Blue) = 72+115+21=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #487315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487315 is #B78CEA. Grayscale: #5B5B5B. Windows color (decimal): -12029163 or 1405768. OLE color: 1405768.
HSL color Cylindrical-coordinate representation of color #487315: hue angle of 87.45º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #487315 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 21 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.55 |
| HSL | 87.45º | 0.69% | 0.27% | - |
| HSV(B) | 87.45º | 0.82% | 0.45% | - |
| XYZ | 8.94 | 13.69 | 2.88 | - |
| YUV | 91.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 21 | 0.37 | 0 | 0.82 | 0.55 | 87.45 | 0.69 | 0.27 |
| Hex | 48 | 73 | 15 | 25 | 0 | 52 | 37 | 57 | 45 | 1B |
| Octal | 110 | 163 | 25 | 45 | 0 | 122 | 67 | 127 | 105 | 33 |
| Binary | 1001000 | 1110011 | 10101 | 100101 | 0 | 1010010 | 110111 | 1010111 | 1000101 | 11011 |
Color Harmonies of #487315
Complementary color
Monochromatic Colors of #487315
Black with #487315
Text Example
Text Example
White with #487315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487315; }
p { color: rgb(72,115,21); }
H1.HeaderClassName
{
color: #487315;
}
.AnyTagClassName
{
color: #487315;
}
</style>
background-color css
<style>
a { background-color: #487315; }
a { background-color: rgb(72,115,21); }
div.DivClassName
{
background-color: #487315;
}
.BgClassName
{
background-color: #487315;
}
</style>
border-color css
<style>
span { border-color: #487315; }
span { border-color: rgb(72,115,21); }
td.TdClassName
{
border-color: #487315;
}
.TagClassName
{
border-color: #487315;
}
</style>