Shades of Green Leaf #547128
Tints of Green Leaf #547128
RGB
CMYK
RGB Variations
Color information
#547128 (or 0x547128) is known color: Green Leaf. HEX triplet: 54, 71 and 28. RGB value is (84,113,40). Sum of RGB (Red+Green+Blue) = 84+113+40=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #547128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547128 is #AB8ED7. Grayscale: #606060. Windows color (decimal): -11243224 or 2650452. OLE color: 2650452.
HSL color Cylindrical-coordinate representation of color #547128: hue angle of 83.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547128 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 40 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.56 |
| HSL | 83.84º | 0.48% | 0.3% | - |
| HSV(B) | 83.84º | 0.65% | 0.44% | - |
| XYZ | 9.94 | 13.85 | 4.16 | - |
| YUV | 96.01 | 96.39 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 40 | 0.26 | 0 | 0.65 | 0.56 | 83.84 | 0.48 | 0.3 |
| Hex | 54 | 71 | 28 | 1A | 0 | 41 | 38 | 54 | 30 | 1E |
| Octal | 124 | 161 | 50 | 32 | 0 | 101 | 70 | 124 | 60 | 36 |
| Binary | 1010100 | 1110001 | 101000 | 11010 | 0 | 1000001 | 111000 | 1010100 | 110000 | 11110 |
Color Harmonies of #547128
Complementary color
Monochromatic Colors of #547128
Black with #547128
Text Example
Text Example
White with #547128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547128; }
p { color: rgb(84,113,40); }
H1.HeaderClassName
{
color: #547128;
}
.AnyTagClassName
{
color: #547128;
}
</style>
background-color css
<style>
a { background-color: #547128; }
a { background-color: rgb(84,113,40); }
div.DivClassName
{
background-color: #547128;
}
.BgClassName
{
background-color: #547128;
}
</style>
border-color css
<style>
span { border-color: #547128; }
span { border-color: rgb(84,113,40); }
td.TdClassName
{
border-color: #547128;
}
.TagClassName
{
border-color: #547128;
}
</style>