Shades of Green Leaf #486C21
Tints of Green Leaf #486C21
RGB
CMYK
RGB Variations
Color information
#486C21 (or 0x486C21) is known color: Green Leaf. HEX triplet: 48, 6C and 21. RGB value is (72,108,33). Sum of RGB (Red+Green+Blue) = 72+108+33=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #486C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C21 is #B793DE. Grayscale: #585858. Windows color (decimal): -12030943 or 2190408. OLE color: 2190408.
HSL color Cylindrical-coordinate representation of color #486C21: hue angle of 88.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #486C21 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 33 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.58 |
| HSL | 88.8º | 0.53% | 0.28% | - |
| HSV(B) | 88.8º | 0.69% | 0.42% | - |
| XYZ | 8.31 | 12.21 | 3.36 | - |
| YUV | 88.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 33 | 0.33 | 0 | 0.69 | 0.58 | 88.8 | 0.53 | 0.28 |
| Hex | 48 | 6C | 21 | 21 | 0 | 45 | 3A | 59 | 35 | 1C |
| Octal | 110 | 154 | 41 | 41 | 0 | 105 | 72 | 131 | 65 | 34 |
| Binary | 1001000 | 1101100 | 100001 | 100001 | 0 | 1000101 | 111010 | 1011001 | 110101 | 11100 |
Color Harmonies of #486C21
Complementary color
Monochromatic Colors of #486C21
Black with #486C21
Text Example
Text Example
White with #486C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C21; }
p { color: rgb(72,108,33); }
H1.HeaderClassName
{
color: #486C21;
}
.AnyTagClassName
{
color: #486C21;
}
</style>
background-color css
<style>
a { background-color: #486C21; }
a { background-color: rgb(72,108,33); }
div.DivClassName
{
background-color: #486C21;
}
.BgClassName
{
background-color: #486C21;
}
</style>
border-color css
<style>
span { border-color: #486C21; }
span { border-color: rgb(72,108,33); }
td.TdClassName
{
border-color: #486C21;
}
.TagClassName
{
border-color: #486C21;
}
</style>