Shades of Green Leaf #486F16
Tints of Green Leaf #486F16
RGB
CMYK
RGB Variations
Color information
#486F16 (or 0x486F16) is known color: Green Leaf. HEX triplet: 48, 6F and 16. RGB value is (72,111,22). Sum of RGB (Red+Green+Blue) = 72+111+22=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #486F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F16 is #B790E9. Grayscale: #595959. Windows color (decimal): -12030186 or 1470280. OLE color: 1470280.
HSL color Cylindrical-coordinate representation of color #486F16: hue angle of 86.29º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #486F16 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 22 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.56 |
| HSL | 86.29º | 0.67% | 0.26% | - |
| HSV(B) | 86.29º | 0.8% | 0.44% | - |
| XYZ | 8.5 | 12.8 | 2.78 | - |
| YUV | 89.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 22 | 0.35 | 0 | 0.80 | 0.56 | 86.29 | 0.67 | 0.26 |
| Hex | 48 | 6F | 16 | 23 | 0 | 50 | 38 | 56 | 43 | 1A |
| Octal | 110 | 157 | 26 | 43 | 0 | 120 | 70 | 126 | 103 | 32 |
| Binary | 1001000 | 1101111 | 10110 | 100011 | 0 | 1010000 | 111000 | 1010110 | 1000011 | 11010 |
Color Harmonies of #486F16
Complementary color
Monochromatic Colors of #486F16
Black with #486F16
Text Example
Text Example
White with #486F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F16; }
p { color: rgb(72,111,22); }
H1.HeaderClassName
{
color: #486F16;
}
.AnyTagClassName
{
color: #486F16;
}
</style>
background-color css
<style>
a { background-color: #486F16; }
a { background-color: rgb(72,111,22); }
div.DivClassName
{
background-color: #486F16;
}
.BgClassName
{
background-color: #486F16;
}
</style>
border-color css
<style>
span { border-color: #486F16; }
span { border-color: rgb(72,111,22); }
td.TdClassName
{
border-color: #486F16;
}
.TagClassName
{
border-color: #486F16;
}
</style>