Shades of Green Leaf #486C0F
Tints of Green Leaf #486C0F
RGB
CMYK
RGB Variations
Color information
#486C0F (or 0x486C0F) is known color: Green Leaf. HEX triplet: 48, 6C and 0F. RGB value is (72,108,15). Sum of RGB (Red+Green+Blue) = 72+108+15=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #486C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486C0F is #B793F0. Grayscale: #565656. Windows color (decimal): -12030961 or 1010760. OLE color: 1010760.
HSL color Cylindrical-coordinate representation of color #486C0F: hue angle of 83.23º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #486C0F is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 15 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.58 |
| HSL | 83.23º | 0.76% | 0.24% | - |
| HSV(B) | 83.23º | 0.86% | 0.42% | - |
| XYZ | 8.12 | 12.14 | 2.37 | - |
| YUV | 86.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 15 | 0.33 | 0 | 0.86 | 0.58 | 83.23 | 0.76 | 0.24 |
| Hex | 48 | 6C | F | 21 | 0 | 56 | 3A | 53 | 4C | 18 |
| Octal | 110 | 154 | 17 | 41 | 0 | 126 | 72 | 123 | 114 | 30 |
| Binary | 1001000 | 1101100 | 1111 | 100001 | 0 | 1010110 | 111010 | 1010011 | 1001100 | 11000 |
Color Harmonies of #486C0F
Complementary color
Monochromatic Colors of #486C0F
Black with #486C0F
Text Example
Text Example
White with #486C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C0F; }
p { color: rgb(72,108,15); }
H1.HeaderClassName
{
color: #486C0F;
}
.AnyTagClassName
{
color: #486C0F;
}
</style>
background-color css
<style>
a { background-color: #486C0F; }
a { background-color: rgb(72,108,15); }
div.DivClassName
{
background-color: #486C0F;
}
.BgClassName
{
background-color: #486C0F;
}
</style>
border-color css
<style>
span { border-color: #486C0F; }
span { border-color: rgb(72,108,15); }
td.TdClassName
{
border-color: #486C0F;
}
.TagClassName
{
border-color: #486C0F;
}
</style>