Shades of Green Leaf #487603
Tints of Green Leaf #487603
RGB
CMYK
RGB Variations
Color information
#487603 (or 0x487603) is known color: Green Leaf. HEX triplet: 48, 76 and 03. RGB value is (72,118,3). Sum of RGB (Red+Green+Blue) = 72+118+3=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #487603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487603 is #B789FC. Grayscale: #5B5B5B. Windows color (decimal): -12028413 or 226888. OLE color: 226888.
HSL color Cylindrical-coordinate representation of color #487603: hue angle of 84º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #487603 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.54 |
| HSL | 84º | 0.95% | 0.24% | - |
| HSV(B) | 84º | 0.97% | 0.46% | - |
| XYZ | 9.17 | 14.34 | 2.37 | - |
| YUV | 91.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 3 | 0.39 | 0 | 0.97 | 0.54 | 84 | 0.95 | 0.24 |
| Hex | 48 | 76 | 3 | 27 | 0 | 61 | 36 | 54 | 5F | 18 |
| Octal | 110 | 166 | 3 | 47 | 0 | 141 | 66 | 124 | 137 | 30 |
| Binary | 1001000 | 1110110 | 11 | 100111 | 0 | 1100001 | 110110 | 1010100 | 1011111 | 11000 |
Color Harmonies of #487603
Complementary color
Monochromatic Colors of #487603
Black with #487603
Text Example
Text Example
White with #487603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487603; }
p { color: rgb(72,118,3); }
H1.HeaderClassName
{
color: #487603;
}
.AnyTagClassName
{
color: #487603;
}
</style>
background-color css
<style>
a { background-color: #487603; }
a { background-color: rgb(72,118,3); }
div.DivClassName
{
background-color: #487603;
}
.BgClassName
{
background-color: #487603;
}
</style>
border-color css
<style>
span { border-color: #487603; }
span { border-color: rgb(72,118,3); }
td.TdClassName
{
border-color: #487603;
}
.TagClassName
{
border-color: #487603;
}
</style>