Shades of Green Leaf #486D11
Tints of Green Leaf #486D11
RGB
CMYK
RGB Variations
Color information
#486D11 (or 0x486D11) is known color: Green Leaf. HEX triplet: 48, 6D and 11. RGB value is (72,109,17). Sum of RGB (Red+Green+Blue) = 72+109+17=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #486D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D11 is #B792EE. Grayscale: #575757. Windows color (decimal): -12030703 or 1142088. OLE color: 1142088.
HSL color Cylindrical-coordinate representation of color #486D11: hue angle of 84.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486D11 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 17 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.57 |
| HSL | 84.13º | 0.73% | 0.25% | - |
| HSV(B) | 84.13º | 0.84% | 0.43% | - |
| XYZ | 8.24 | 12.36 | 2.48 | - |
| YUV | 87.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 17 | 0.34 | 0 | 0.84 | 0.57 | 84.13 | 0.73 | 0.25 |
| Hex | 48 | 6D | 11 | 22 | 0 | 54 | 39 | 54 | 49 | 19 |
| Octal | 110 | 155 | 21 | 42 | 0 | 124 | 71 | 124 | 111 | 31 |
| Binary | 1001000 | 1101101 | 10001 | 100010 | 0 | 1010100 | 111001 | 1010100 | 1001001 | 11001 |
Color Harmonies of #486D11
Complementary color
Monochromatic Colors of #486D11
Black with #486D11
Text Example
Text Example
White with #486D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D11; }
p { color: rgb(72,109,17); }
H1.HeaderClassName
{
color: #486D11;
}
.AnyTagClassName
{
color: #486D11;
}
</style>
background-color css
<style>
a { background-color: #486D11; }
a { background-color: rgb(72,109,17); }
div.DivClassName
{
background-color: #486D11;
}
.BgClassName
{
background-color: #486D11;
}
</style>
border-color css
<style>
span { border-color: #486D11; }
span { border-color: rgb(72,109,17); }
td.TdClassName
{
border-color: #486D11;
}
.TagClassName
{
border-color: #486D11;
}
</style>