Shades of Green Leaf #486F20
Tints of Green Leaf #486F20
RGB
CMYK
RGB Variations
Color information
#486F20 (or 0x486F20) is known color: Green Leaf. HEX triplet: 48, 6F and 20. RGB value is (72,111,32). Sum of RGB (Red+Green+Blue) = 72+111+32=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #486F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F20 is #B790DF. Grayscale: #5A5A5A. Windows color (decimal): -12030176 or 2125640. OLE color: 2125640.
HSL color Cylindrical-coordinate representation of color #486F20: hue angle of 89.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #486F20 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 32 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.56 |
| HSL | 89.62º | 0.55% | 0.28% | - |
| HSV(B) | 89.62º | 0.71% | 0.44% | - |
| XYZ | 8.62 | 12.85 | 3.39 | - |
| YUV | 90.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 32 | 0.35 | 0 | 0.71 | 0.56 | 89.62 | 0.55 | 0.28 |
| Hex | 48 | 6F | 20 | 23 | 0 | 47 | 38 | 5A | 37 | 1C |
| Octal | 110 | 157 | 40 | 43 | 0 | 107 | 70 | 132 | 67 | 34 |
| Binary | 1001000 | 1101111 | 100000 | 100011 | 0 | 1000111 | 111000 | 1011010 | 110111 | 11100 |
Color Harmonies of #486F20
Complementary color
Monochromatic Colors of #486F20
Black with #486F20
Text Example
Text Example
White with #486F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F20; }
p { color: rgb(72,111,32); }
H1.HeaderClassName
{
color: #486F20;
}
.AnyTagClassName
{
color: #486F20;
}
</style>
background-color css
<style>
a { background-color: #486F20; }
a { background-color: rgb(72,111,32); }
div.DivClassName
{
background-color: #486F20;
}
.BgClassName
{
background-color: #486F20;
}
</style>
border-color css
<style>
span { border-color: #486F20; }
span { border-color: rgb(72,111,32); }
td.TdClassName
{
border-color: #486F20;
}
.TagClassName
{
border-color: #486F20;
}
</style>