Shades of Green Leaf #487321
Tints of Green Leaf #487321
RGB
CMYK
RGB Variations
Color information
#487321 (or 0x487321) is known color: Green Leaf. HEX triplet: 48, 73 and 21. RGB value is (72,115,33). Sum of RGB (Red+Green+Blue) = 72+115+33=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #487321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487321 is #B78CDE. Grayscale: #5D5D5D. Windows color (decimal): -12029151 or 2192200. OLE color: 2192200.
HSL color Cylindrical-coordinate representation of color #487321: hue angle of 91.46º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #487321 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 33 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.55 |
| HSL | 91.46º | 0.55% | 0.29% | - |
| HSV(B) | 91.46º | 0.71% | 0.45% | - |
| XYZ | 9.08 | 13.75 | 3.61 | - |
| YUV | 92.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 33 | 0.37 | 0 | 0.71 | 0.55 | 91.46 | 0.55 | 0.29 |
| Hex | 48 | 73 | 21 | 25 | 0 | 47 | 37 | 5B | 37 | 1D |
| Octal | 110 | 163 | 41 | 45 | 0 | 107 | 67 | 133 | 67 | 35 |
| Binary | 1001000 | 1110011 | 100001 | 100101 | 0 | 1000111 | 110111 | 1011011 | 110111 | 11101 |
Color Harmonies of #487321
Complementary color
Monochromatic Colors of #487321
Black with #487321
Text Example
Text Example
White with #487321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487321; }
p { color: rgb(72,115,33); }
H1.HeaderClassName
{
color: #487321;
}
.AnyTagClassName
{
color: #487321;
}
</style>
background-color css
<style>
a { background-color: #487321; }
a { background-color: rgb(72,115,33); }
div.DivClassName
{
background-color: #487321;
}
.BgClassName
{
background-color: #487321;
}
</style>
border-color css
<style>
span { border-color: #487321; }
span { border-color: rgb(72,115,33); }
td.TdClassName
{
border-color: #487321;
}
.TagClassName
{
border-color: #487321;
}
</style>