Shades of Green Leaf #54761A
Tints of Green Leaf #54761A
RGB
CMYK
RGB Variations
Color information
#54761A (or 0x54761A) is known color: Green Leaf. HEX triplet: 54, 76 and 1A. RGB value is (84,118,26). Sum of RGB (Red+Green+Blue) = 84+118+26=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #54761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54761A is #AB89E5. Grayscale: #616161. Windows color (decimal): -11241958 or 1734228. OLE color: 1734228.
HSL color Cylindrical-coordinate representation of color #54761A: hue angle of 82.17º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54761A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 26 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.54 |
| HSL | 82.17º | 0.64% | 0.28% | - |
| HSV(B) | 82.17º | 0.78% | 0.46% | - |
| XYZ | 10.32 | 14.92 | 3.31 | - |
| YUV | 97.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 26 | 0.29 | 0 | 0.78 | 0.54 | 82.17 | 0.64 | 0.28 |
| Hex | 54 | 76 | 1A | 1D | 0 | 4E | 36 | 52 | 40 | 1C |
| Octal | 124 | 166 | 32 | 35 | 0 | 116 | 66 | 122 | 100 | 34 |
| Binary | 1010100 | 1110110 | 11010 | 11101 | 0 | 1001110 | 110110 | 1010010 | 1000000 | 11100 |
Color Harmonies of #54761A
Complementary color
Monochromatic Colors of #54761A
Black with #54761A
Text Example
Text Example
White with #54761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54761A; }
p { color: rgb(84,118,26); }
H1.HeaderClassName
{
color: #54761A;
}
.AnyTagClassName
{
color: #54761A;
}
</style>
background-color css
<style>
a { background-color: #54761A; }
a { background-color: rgb(84,118,26); }
div.DivClassName
{
background-color: #54761A;
}
.BgClassName
{
background-color: #54761A;
}
</style>
border-color css
<style>
span { border-color: #54761A; }
span { border-color: rgb(84,118,26); }
td.TdClassName
{
border-color: #54761A;
}
.TagClassName
{
border-color: #54761A;
}
</style>