Shades of Green Leaf #486220
Tints of Green Leaf #486220
RGB
CMYK
RGB Variations
Color information
#486220 (or 0x486220) is known color: Green Leaf. HEX triplet: 48, 62 and 20. RGB value is (72,98,32). Sum of RGB (Red+Green+Blue) = 72+98+32=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #486220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486220 is #B79DDF. Grayscale: #525252. Windows color (decimal): -12033504 or 2122312. OLE color: 2122312.
HSL color Cylindrical-coordinate representation of color #486220: hue angle of 83.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486220 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 32 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.62 |
| HSL | 83.64º | 0.51% | 0.25% | - |
| HSV(B) | 83.64º | 0.67% | 0.38% | - |
| XYZ | 7.3 | 10.22 | 2.95 | - |
| YUV | 82.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 32 | 0.27 | 0 | 0.67 | 0.62 | 83.64 | 0.51 | 0.25 |
| Hex | 48 | 62 | 20 | 1B | 0 | 43 | 3E | 54 | 33 | 19 |
| Octal | 110 | 142 | 40 | 33 | 0 | 103 | 76 | 124 | 63 | 31 |
| Binary | 1001000 | 1100010 | 100000 | 11011 | 0 | 1000011 | 111110 | 1010100 | 110011 | 11001 |
Color Harmonies of #486220
Complementary color
Monochromatic Colors of #486220
Black with #486220
Text Example
Text Example
White with #486220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486220; }
p { color: rgb(72,98,32); }
H1.HeaderClassName
{
color: #486220;
}
.AnyTagClassName
{
color: #486220;
}
</style>
background-color css
<style>
a { background-color: #486220; }
a { background-color: rgb(72,98,32); }
div.DivClassName
{
background-color: #486220;
}
.BgClassName
{
background-color: #486220;
}
</style>
border-color css
<style>
span { border-color: #486220; }
span { border-color: rgb(72,98,32); }
td.TdClassName
{
border-color: #486220;
}
.TagClassName
{
border-color: #486220;
}
</style>