Shades of Green Leaf #486420
Tints of Green Leaf #486420
RGB
CMYK
RGB Variations
Color information
#486420 (or 0x486420) is known color: Green Leaf. HEX triplet: 48, 64 and 20. RGB value is (72,100,32). Sum of RGB (Red+Green+Blue) = 72+100+32=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #486420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486420 is #B79BDF. Grayscale: #545454. Windows color (decimal): -12032992 or 2122824. OLE color: 2122824.
HSL color Cylindrical-coordinate representation of color #486420: hue angle of 84.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486420 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 32 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.61 |
| HSL | 84.71º | 0.52% | 0.26% | - |
| HSV(B) | 84.71º | 0.68% | 0.39% | - |
| XYZ | 7.49 | 10.6 | 3.02 | - |
| YUV | 83.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 32 | 0.28 | 0 | 0.68 | 0.61 | 84.71 | 0.52 | 0.26 |
| Hex | 48 | 64 | 20 | 1C | 0 | 44 | 3D | 55 | 34 | 1A |
| Octal | 110 | 144 | 40 | 34 | 0 | 104 | 75 | 125 | 64 | 32 |
| Binary | 1001000 | 1100100 | 100000 | 11100 | 0 | 1000100 | 111101 | 1010101 | 110100 | 11010 |
Color Harmonies of #486420
Complementary color
Monochromatic Colors of #486420
Black with #486420
Text Example
Text Example
White with #486420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486420; }
p { color: rgb(72,100,32); }
H1.HeaderClassName
{
color: #486420;
}
.AnyTagClassName
{
color: #486420;
}
</style>
background-color css
<style>
a { background-color: #486420; }
a { background-color: rgb(72,100,32); }
div.DivClassName
{
background-color: #486420;
}
.BgClassName
{
background-color: #486420;
}
</style>
border-color css
<style>
span { border-color: #486420; }
span { border-color: rgb(72,100,32); }
td.TdClassName
{
border-color: #486420;
}
.TagClassName
{
border-color: #486420;
}
</style>