Shades of Green Leaf #54752E
Tints of Green Leaf #54752E
RGB
CMYK
RGB Variations
Color information
#54752E (or 0x54752E) is known color: Green Leaf. HEX triplet: 54, 75 and 2E. RGB value is (84,117,46). Sum of RGB (Red+Green+Blue) = 84+117+46=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #54752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54752E is #AB8AD1. Grayscale: #636363. Windows color (decimal): -11242194 or 3044692. OLE color: 3044692.
HSL color Cylindrical-coordinate representation of color #54752E: hue angle of 87.89º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54752E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 117 | 46 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.54 |
| HSL | 87.89º | 0.44% | 0.32% | - |
| HSV(B) | 87.89º | 0.61% | 0.46% | - |
| XYZ | 10.51 | 14.8 | 4.89 | - |
| YUV | 99.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 46 | 0.28 | 0 | 0.61 | 0.54 | 87.89 | 0.44 | 0.32 |
| Hex | 54 | 75 | 2E | 1C | 0 | 3D | 36 | 58 | 2C | 20 |
| Octal | 124 | 165 | 56 | 34 | 0 | 75 | 66 | 130 | 54 | 40 |
| Binary | 1010100 | 1110101 | 101110 | 11100 | 0 | 111101 | 110110 | 1011000 | 101100 | 100000 |
Color Harmonies of #54752E
Complementary color
Monochromatic Colors of #54752E
Black with #54752E
Text Example
Text Example
White with #54752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54752E; }
p { color: rgb(84,117,46); }
H1.HeaderClassName
{
color: #54752E;
}
.AnyTagClassName
{
color: #54752E;
}
</style>
background-color css
<style>
a { background-color: #54752E; }
a { background-color: rgb(84,117,46); }
div.DivClassName
{
background-color: #54752E;
}
.BgClassName
{
background-color: #54752E;
}
</style>
border-color css
<style>
span { border-color: #54752E; }
span { border-color: rgb(84,117,46); }
td.TdClassName
{
border-color: #54752E;
}
.TagClassName
{
border-color: #54752E;
}
</style>