Shades of Green Leaf #487A09
Tints of Green Leaf #487A09
RGB
CMYK
RGB Variations
Color information
#487A09 (or 0x487A09) is known color: Green Leaf. HEX triplet: 48, 7A and 09. RGB value is (72,122,9). Sum of RGB (Red+Green+Blue) = 72+122+9=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #487A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487A09 is #B785F6. Grayscale: #5E5E5E. Windows color (decimal): -12027383 or 621128. OLE color: 621128.
HSL color Cylindrical-coordinate representation of color #487A09: hue angle of 86.55º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #487A09 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 9 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.52 |
| HSL | 86.55º | 0.86% | 0.26% | - |
| HSV(B) | 86.55º | 0.93% | 0.48% | - |
| XYZ | 9.68 | 15.32 | 2.7 | - |
| YUV | 94.17 | 79.94 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 9 | 0.41 | 0 | 0.93 | 0.52 | 86.55 | 0.86 | 0.26 |
| Hex | 48 | 7A | 9 | 29 | 0 | 5D | 34 | 57 | 56 | 1A |
| Octal | 110 | 172 | 11 | 51 | 0 | 135 | 64 | 127 | 126 | 32 |
| Binary | 1001000 | 1111010 | 1001 | 101001 | 0 | 1011101 | 110100 | 1010111 | 1010110 | 11010 |
Color Harmonies of #487A09
Complementary color
Monochromatic Colors of #487A09
Black with #487A09
Text Example
Text Example
White with #487A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A09; }
p { color: rgb(72,122,9); }
H1.HeaderClassName
{
color: #487A09;
}
.AnyTagClassName
{
color: #487A09;
}
</style>
background-color css
<style>
a { background-color: #487A09; }
a { background-color: rgb(72,122,9); }
div.DivClassName
{
background-color: #487A09;
}
.BgClassName
{
background-color: #487A09;
}
</style>
border-color css
<style>
span { border-color: #487A09; }
span { border-color: rgb(72,122,9); }
td.TdClassName
{
border-color: #487A09;
}
.TagClassName
{
border-color: #487A09;
}
</style>