Shades of Green Leaf #54751E
Tints of Green Leaf #54751E
RGB
CMYK
RGB Variations
Color information
#54751E (or 0x54751E) is known color: Green Leaf. HEX triplet: 54, 75 and 1E. RGB value is (84,117,30). Sum of RGB (Red+Green+Blue) = 84+117+30=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #54751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54751E is #AB8AE1. Grayscale: #616161. Windows color (decimal): -11242210 or 1996116. OLE color: 1996116.
HSL color Cylindrical-coordinate representation of color #54751E: hue angle of 82.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54751E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 117 | 30 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.54 |
| HSL | 82.76º | 0.59% | 0.29% | - |
| HSV(B) | 82.76º | 0.74% | 0.46% | - |
| XYZ | 10.25 | 14.7 | 3.53 | - |
| YUV | 97.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 117 | 30 | 0.28 | 0 | 0.74 | 0.54 | 82.76 | 0.59 | 0.29 |
| Hex | 54 | 75 | 1E | 1C | 0 | 4A | 36 | 53 | 3B | 1D |
| Octal | 124 | 165 | 36 | 34 | 0 | 112 | 66 | 123 | 73 | 35 |
| Binary | 1010100 | 1110101 | 11110 | 11100 | 0 | 1001010 | 110110 | 1010011 | 111011 | 11101 |
Color Harmonies of #54751E
Complementary color
Monochromatic Colors of #54751E
Black with #54751E
Text Example
Text Example
White with #54751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54751E; }
p { color: rgb(84,117,30); }
H1.HeaderClassName
{
color: #54751E;
}
.AnyTagClassName
{
color: #54751E;
}
</style>
background-color css
<style>
a { background-color: #54751E; }
a { background-color: rgb(84,117,30); }
div.DivClassName
{
background-color: #54751E;
}
.BgClassName
{
background-color: #54751E;
}
</style>
border-color css
<style>
span { border-color: #54751E; }
span { border-color: rgb(84,117,30); }
td.TdClassName
{
border-color: #54751E;
}
.TagClassName
{
border-color: #54751E;
}
</style>