Shades of Green Leaf #486F13
Tints of Green Leaf #486F13
RGB
CMYK
RGB Variations
Color information
#486F13 (or 0x486F13) is known color: Green Leaf. HEX triplet: 48, 6F and 13. RGB value is (72,111,19). Sum of RGB (Red+Green+Blue) = 72+111+19=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #486F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F13 is #B790EC. Grayscale: #595959. Windows color (decimal): -12030189 or 1273672. OLE color: 1273672.
HSL color Cylindrical-coordinate representation of color #486F13: hue angle of 85.43º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #486F13 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 19 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.56 |
| HSL | 85.43º | 0.71% | 0.25% | - |
| HSV(B) | 85.43º | 0.83% | 0.44% | - |
| XYZ | 8.47 | 12.79 | 2.64 | - |
| YUV | 88.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 19 | 0.35 | 0 | 0.83 | 0.56 | 85.43 | 0.71 | 0.25 |
| Hex | 48 | 6F | 13 | 23 | 0 | 53 | 38 | 55 | 47 | 19 |
| Octal | 110 | 157 | 23 | 43 | 0 | 123 | 70 | 125 | 107 | 31 |
| Binary | 1001000 | 1101111 | 10011 | 100011 | 0 | 1010011 | 111000 | 1010101 | 1000111 | 11001 |
Color Harmonies of #486F13
Complementary color
Monochromatic Colors of #486F13
Black with #486F13
Text Example
Text Example
White with #486F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F13; }
p { color: rgb(72,111,19); }
H1.HeaderClassName
{
color: #486F13;
}
.AnyTagClassName
{
color: #486F13;
}
</style>
background-color css
<style>
a { background-color: #486F13; }
a { background-color: rgb(72,111,19); }
div.DivClassName
{
background-color: #486F13;
}
.BgClassName
{
background-color: #486F13;
}
</style>
border-color css
<style>
span { border-color: #486F13; }
span { border-color: rgb(72,111,19); }
td.TdClassName
{
border-color: #486F13;
}
.TagClassName
{
border-color: #486F13;
}
</style>