Shades of Green Leaf #486F23
Tints of Green Leaf #486F23
RGB
CMYK
RGB Variations
Color information
#486F23 (or 0x486F23) is known color: Green Leaf. HEX triplet: 48, 6F and 23. RGB value is (72,111,35). Sum of RGB (Red+Green+Blue) = 72+111+35=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #486F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F23 is #B790DC. Grayscale: #5A5A5A. Windows color (decimal): -12030173 or 2322248. OLE color: 2322248.
HSL color Cylindrical-coordinate representation of color #486F23: hue angle of 90.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486F23 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 35 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.56 |
| HSL | 90.79º | 0.52% | 0.29% | - |
| HSV(B) | 90.79º | 0.68% | 0.44% | - |
| XYZ | 8.66 | 12.87 | 3.62 | - |
| YUV | 90.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 35 | 0.35 | 0 | 0.68 | 0.56 | 90.79 | 0.52 | 0.29 |
| Hex | 48 | 6F | 23 | 23 | 0 | 44 | 38 | 5B | 34 | 1D |
| Octal | 110 | 157 | 43 | 43 | 0 | 104 | 70 | 133 | 64 | 35 |
| Binary | 1001000 | 1101111 | 100011 | 100011 | 0 | 1000100 | 111000 | 1011011 | 110100 | 11101 |
Color Harmonies of #486F23
Complementary color
Monochromatic Colors of #486F23
Black with #486F23
Text Example
Text Example
White with #486F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F23; }
p { color: rgb(72,111,35); }
H1.HeaderClassName
{
color: #486F23;
}
.AnyTagClassName
{
color: #486F23;
}
</style>
background-color css
<style>
a { background-color: #486F23; }
a { background-color: rgb(72,111,35); }
div.DivClassName
{
background-color: #486F23;
}
.BgClassName
{
background-color: #486F23;
}
</style>
border-color css
<style>
span { border-color: #486F23; }
span { border-color: rgb(72,111,35); }
td.TdClassName
{
border-color: #486F23;
}
.TagClassName
{
border-color: #486F23;
}
</style>