Shades of Green Leaf #486C17
Tints of Green Leaf #486C17
RGB
CMYK
RGB Variations
Color information
#486C17 (or 0x486C17) is known color: Green Leaf. HEX triplet: 48, 6C and 17. RGB value is (72,108,23). Sum of RGB (Red+Green+Blue) = 72+108+23=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #486C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C17 is #B793E8. Grayscale: #575757. Windows color (decimal): -12030953 or 1535048. OLE color: 1535048.
HSL color Cylindrical-coordinate representation of color #486C17: hue angle of 85.41º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #486C17 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 23 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.58 |
| HSL | 85.41º | 0.65% | 0.26% | - |
| HSV(B) | 85.41º | 0.79% | 0.42% | - |
| XYZ | 8.19 | 12.16 | 2.73 | - |
| YUV | 87.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 23 | 0.33 | 0 | 0.79 | 0.58 | 85.41 | 0.65 | 0.26 |
| Hex | 48 | 6C | 17 | 21 | 0 | 4F | 3A | 55 | 41 | 1A |
| Octal | 110 | 154 | 27 | 41 | 0 | 117 | 72 | 125 | 101 | 32 |
| Binary | 1001000 | 1101100 | 10111 | 100001 | 0 | 1001111 | 111010 | 1010101 | 1000001 | 11010 |
Color Harmonies of #486C17
Complementary color
Monochromatic Colors of #486C17
Black with #486C17
Text Example
Text Example
White with #486C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C17; }
p { color: rgb(72,108,23); }
H1.HeaderClassName
{
color: #486C17;
}
.AnyTagClassName
{
color: #486C17;
}
</style>
background-color css
<style>
a { background-color: #486C17; }
a { background-color: rgb(72,108,23); }
div.DivClassName
{
background-color: #486C17;
}
.BgClassName
{
background-color: #486C17;
}
</style>
border-color css
<style>
span { border-color: #486C17; }
span { border-color: rgb(72,108,23); }
td.TdClassName
{
border-color: #486C17;
}
.TagClassName
{
border-color: #486C17;
}
</style>