Shades of Green Leaf #487423
Tints of Green Leaf #487423
RGB
CMYK
RGB Variations
Color information
#487423 (or 0x487423) is known color: Green Leaf. HEX triplet: 48, 74 and 23. RGB value is (72,116,35). Sum of RGB (Red+Green+Blue) = 72+116+35=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #487423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487423 is #B78BDC. Grayscale: #5D5D5D. Windows color (decimal): -12028893 or 2323528. OLE color: 2323528.
HSL color Cylindrical-coordinate representation of color #487423: hue angle of 92.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #487423 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 35 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.55 |
| HSL | 92.59º | 0.54% | 0.3% | - |
| HSV(B) | 92.59º | 0.7% | 0.45% | - |
| XYZ | 9.22 | 13.99 | 3.8 | - |
| YUV | 93.61 | 94.92 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 35 | 0.38 | 0 | 0.70 | 0.55 | 92.59 | 0.54 | 0.3 |
| Hex | 48 | 74 | 23 | 26 | 0 | 46 | 37 | 5D | 36 | 1E |
| Octal | 110 | 164 | 43 | 46 | 0 | 106 | 67 | 135 | 66 | 36 |
| Binary | 1001000 | 1110100 | 100011 | 100110 | 0 | 1000110 | 110111 | 1011101 | 110110 | 11110 |
Color Harmonies of #487423
Complementary color
Monochromatic Colors of #487423
Black with #487423
Text Example
Text Example
White with #487423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487423; }
p { color: rgb(72,116,35); }
H1.HeaderClassName
{
color: #487423;
}
.AnyTagClassName
{
color: #487423;
}
</style>
background-color css
<style>
a { background-color: #487423; }
a { background-color: rgb(72,116,35); }
div.DivClassName
{
background-color: #487423;
}
.BgClassName
{
background-color: #487423;
}
</style>
border-color css
<style>
span { border-color: #487423; }
span { border-color: rgb(72,116,35); }
td.TdClassName
{
border-color: #487423;
}
.TagClassName
{
border-color: #487423;
}
</style>