Shades of Green Leaf #487606
Tints of Green Leaf #487606
RGB
CMYK
RGB Variations
Color information
#487606 (or 0x487606) is known color: Green Leaf. HEX triplet: 48, 76 and 06. RGB value is (72,118,6). Sum of RGB (Red+Green+Blue) = 72+118+6=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #487606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487606 is #B789F9. Grayscale: #5B5B5B. Windows color (decimal): -12028410 or 423496. OLE color: 423496.
HSL color Cylindrical-coordinate representation of color #487606: hue angle of 84.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #487606 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 6 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.54 |
| HSL | 84.64º | 0.9% | 0.24% | - |
| HSV(B) | 84.64º | 0.95% | 0.46% | - |
| XYZ | 9.18 | 14.35 | 2.46 | - |
| YUV | 91.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 6 | 0.39 | 0 | 0.95 | 0.54 | 84.64 | 0.9 | 0.24 |
| Hex | 48 | 76 | 6 | 27 | 0 | 5F | 36 | 55 | 5A | 18 |
| Octal | 110 | 166 | 6 | 47 | 0 | 137 | 66 | 125 | 132 | 30 |
| Binary | 1001000 | 1110110 | 110 | 100111 | 0 | 1011111 | 110110 | 1010101 | 1011010 | 11000 |
Color Harmonies of #487606
Complementary color
Monochromatic Colors of #487606
Black with #487606
Text Example
Text Example
White with #487606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487606; }
p { color: rgb(72,118,6); }
H1.HeaderClassName
{
color: #487606;
}
.AnyTagClassName
{
color: #487606;
}
</style>
background-color css
<style>
a { background-color: #487606; }
a { background-color: rgb(72,118,6); }
div.DivClassName
{
background-color: #487606;
}
.BgClassName
{
background-color: #487606;
}
</style>
border-color css
<style>
span { border-color: #487606; }
span { border-color: rgb(72,118,6); }
td.TdClassName
{
border-color: #487606;
}
.TagClassName
{
border-color: #487606;
}
</style>