Shades of Green Leaf #54712B
Tints of Green Leaf #54712B
RGB
CMYK
RGB Variations
Color information
#54712B (or 0x54712B) is known color: Green Leaf. HEX triplet: 54, 71 and 2B. RGB value is (84,113,43). Sum of RGB (Red+Green+Blue) = 84+113+43=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #54712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54712B is #AB8ED4. Grayscale: #606060. Windows color (decimal): -11243221 or 2847060. OLE color: 2847060.
HSL color Cylindrical-coordinate representation of color #54712B: hue angle of 84.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54712B is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 43 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.56 |
| HSL | 84.86º | 0.45% | 0.31% | - |
| HSV(B) | 84.86º | 0.62% | 0.44% | - |
| XYZ | 10 | 13.87 | 4.44 | - |
| YUV | 96.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 43 | 0.26 | 0 | 0.62 | 0.56 | 84.86 | 0.45 | 0.31 |
| Hex | 54 | 71 | 2B | 1A | 0 | 3E | 38 | 55 | 2D | 1F |
| Octal | 124 | 161 | 53 | 32 | 0 | 76 | 70 | 125 | 55 | 37 |
| Binary | 1010100 | 1110001 | 101011 | 11010 | 0 | 111110 | 111000 | 1010101 | 101101 | 11111 |
Color Harmonies of #54712B
Complementary color
Monochromatic Colors of #54712B
Black with #54712B
Text Example
Text Example
White with #54712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54712B; }
p { color: rgb(84,113,43); }
H1.HeaderClassName
{
color: #54712B;
}
.AnyTagClassName
{
color: #54712B;
}
</style>
background-color css
<style>
a { background-color: #54712B; }
a { background-color: rgb(84,113,43); }
div.DivClassName
{
background-color: #54712B;
}
.BgClassName
{
background-color: #54712B;
}
</style>
border-color css
<style>
span { border-color: #54712B; }
span { border-color: rgb(84,113,43); }
td.TdClassName
{
border-color: #54712B;
}
.TagClassName
{
border-color: #54712B;
}
</style>