Shades of Green Leaf #547030
Tints of Green Leaf #547030
RGB
CMYK
RGB Variations
Color information
#547030 (or 0x547030) is known color: Green Leaf. HEX triplet: 54, 70 and 30. RGB value is (84,112,48). Sum of RGB (Red+Green+Blue) = 84+112+48=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #547030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547030 is #AB8FCF. Grayscale: #606060. Windows color (decimal): -11243472 or 3174484. OLE color: 3174484.
HSL color Cylindrical-coordinate representation of color #547030: hue angle of 86.25º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #547030 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 48 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.56 |
| HSL | 86.25º | 0.4% | 0.31% | - |
| HSV(B) | 86.25º | 0.57% | 0.44% | - |
| XYZ | 9.98 | 13.69 | 4.91 | - |
| YUV | 96.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 48 | 0.25 | 0 | 0.57 | 0.56 | 86.25 | 0.4 | 0.31 |
| Hex | 54 | 70 | 30 | 19 | 0 | 39 | 38 | 56 | 28 | 1F |
| Octal | 124 | 160 | 60 | 31 | 0 | 71 | 70 | 126 | 50 | 37 |
| Binary | 1010100 | 1110000 | 110000 | 11001 | 0 | 111001 | 111000 | 1010110 | 101000 | 11111 |
Color Harmonies of #547030
Complementary color
Monochromatic Colors of #547030
Black with #547030
Text Example
Text Example
White with #547030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547030; }
p { color: rgb(84,112,48); }
H1.HeaderClassName
{
color: #547030;
}
.AnyTagClassName
{
color: #547030;
}
</style>
background-color css
<style>
a { background-color: #547030; }
a { background-color: rgb(84,112,48); }
div.DivClassName
{
background-color: #547030;
}
.BgClassName
{
background-color: #547030;
}
</style>
border-color css
<style>
span { border-color: #547030; }
span { border-color: rgb(84,112,48); }
td.TdClassName
{
border-color: #547030;
}
.TagClassName
{
border-color: #547030;
}
</style>