Shades of Green Leaf #486F0D
Tints of Green Leaf #486F0D
RGB
CMYK
RGB Variations
Color information
#486F0D (or 0x486F0D) is known color: Green Leaf. HEX triplet: 48, 6F and 0D. RGB value is (72,111,13). Sum of RGB (Red+Green+Blue) = 72+111+13=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #486F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F0D is #B790F2. Grayscale: #585858. Windows color (decimal): -12030195 or 880456. OLE color: 880456.
HSL color Cylindrical-coordinate representation of color #486F0D: hue angle of 83.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #486F0D is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 13 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.56 |
| HSL | 83.88º | 0.79% | 0.24% | - |
| HSV(B) | 83.88º | 0.88% | 0.44% | - |
| XYZ | 8.43 | 12.78 | 2.4 | - |
| YUV | 88.17 | 85.58 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 13 | 0.35 | 0 | 0.88 | 0.56 | 83.88 | 0.79 | 0.24 |
| Hex | 48 | 6F | D | 23 | 0 | 58 | 38 | 54 | 4F | 18 |
| Octal | 110 | 157 | 15 | 43 | 0 | 130 | 70 | 124 | 117 | 30 |
| Binary | 1001000 | 1101111 | 1101 | 100011 | 0 | 1011000 | 111000 | 1010100 | 1001111 | 11000 |
Color Harmonies of #486F0D
Complementary color
Monochromatic Colors of #486F0D
Black with #486F0D
Text Example
Text Example
White with #486F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F0D; }
p { color: rgb(72,111,13); }
H1.HeaderClassName
{
color: #486F0D;
}
.AnyTagClassName
{
color: #486F0D;
}
</style>
background-color css
<style>
a { background-color: #486F0D; }
a { background-color: rgb(72,111,13); }
div.DivClassName
{
background-color: #486F0D;
}
.BgClassName
{
background-color: #486F0D;
}
</style>
border-color css
<style>
span { border-color: #486F0D; }
span { border-color: rgb(72,111,13); }
td.TdClassName
{
border-color: #486F0D;
}
.TagClassName
{
border-color: #486F0D;
}
</style>