Shades of Green Leaf #486222
Tints of Green Leaf #486222
RGB
CMYK
RGB Variations
Color information
#486222 (or 0x486222) is known color: Green Leaf. HEX triplet: 48, 62 and 22. RGB value is (72,98,34). Sum of RGB (Red+Green+Blue) = 72+98+34=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #486222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486222 is #B79DDD. Grayscale: #535353. Windows color (decimal): -12033502 or 2253384. OLE color: 2253384.
HSL color Cylindrical-coordinate representation of color #486222: hue angle of 84.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486222 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 34 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.62 |
| HSL | 84.38º | 0.48% | 0.26% | - |
| HSV(B) | 84.38º | 0.65% | 0.38% | - |
| XYZ | 7.33 | 10.23 | 3.1 | - |
| YUV | 82.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 34 | 0.27 | 0 | 0.65 | 0.62 | 84.38 | 0.48 | 0.26 |
| Hex | 48 | 62 | 22 | 1B | 0 | 41 | 3E | 54 | 30 | 1A |
| Octal | 110 | 142 | 42 | 33 | 0 | 101 | 76 | 124 | 60 | 32 |
| Binary | 1001000 | 1100010 | 100010 | 11011 | 0 | 1000001 | 111110 | 1010100 | 110000 | 11010 |
Color Harmonies of #486222
Complementary color
Monochromatic Colors of #486222
Black with #486222
Text Example
Text Example
White with #486222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486222; }
p { color: rgb(72,98,34); }
H1.HeaderClassName
{
color: #486222;
}
.AnyTagClassName
{
color: #486222;
}
</style>
background-color css
<style>
a { background-color: #486222; }
a { background-color: rgb(72,98,34); }
div.DivClassName
{
background-color: #486222;
}
.BgClassName
{
background-color: #486222;
}
</style>
border-color css
<style>
span { border-color: #486222; }
span { border-color: rgb(72,98,34); }
td.TdClassName
{
border-color: #486222;
}
.TagClassName
{
border-color: #486222;
}
</style>