Shades of Green Leaf #486C22
Tints of Green Leaf #486C22
RGB
CMYK
RGB Variations
Color information
#486C22 (or 0x486C22) is known color: Green Leaf. HEX triplet: 48, 6C and 22. RGB value is (72,108,34). Sum of RGB (Red+Green+Blue) = 72+108+34=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #486C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C22 is #B793DD. Grayscale: #595959. Windows color (decimal): -12030942 or 2255944. OLE color: 2255944.
HSL color Cylindrical-coordinate representation of color #486C22: hue angle of 89.19º degrees, saturation: 0.52, 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 #486C22 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 34 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.58 |
| HSL | 89.19º | 0.52% | 0.28% | - |
| HSV(B) | 89.19º | 0.69% | 0.42% | - |
| XYZ | 8.32 | 12.22 | 3.43 | - |
| YUV | 88.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 34 | 0.33 | 0 | 0.69 | 0.58 | 89.19 | 0.52 | 0.28 |
| Hex | 48 | 6C | 22 | 21 | 0 | 45 | 3A | 59 | 34 | 1C |
| Octal | 110 | 154 | 42 | 41 | 0 | 105 | 72 | 131 | 64 | 34 |
| Binary | 1001000 | 1101100 | 100010 | 100001 | 0 | 1000101 | 111010 | 1011001 | 110100 | 11100 |
Color Harmonies of #486C22
Complementary color
Monochromatic Colors of #486C22
Black with #486C22
Text Example
Text Example
White with #486C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C22; }
p { color: rgb(72,108,34); }
H1.HeaderClassName
{
color: #486C22;
}
.AnyTagClassName
{
color: #486C22;
}
</style>
background-color css
<style>
a { background-color: #486C22; }
a { background-color: rgb(72,108,34); }
div.DivClassName
{
background-color: #486C22;
}
.BgClassName
{
background-color: #486C22;
}
</style>
border-color css
<style>
span { border-color: #486C22; }
span { border-color: rgb(72,108,34); }
td.TdClassName
{
border-color: #486C22;
}
.TagClassName
{
border-color: #486C22;
}
</style>