Shades of Green Leaf #54761F
Tints of Green Leaf #54761F
RGB
CMYK
RGB Variations
Color information
#54761F (or 0x54761F) is known color: Green Leaf. HEX triplet: 54, 76 and 1F. RGB value is (84,118,31). Sum of RGB (Red+Green+Blue) = 84+118+31=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #54761F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54761F is #AB89E0. Grayscale: #626262. Windows color (decimal): -11241953 or 2061908. OLE color: 2061908.
HSL color Cylindrical-coordinate representation of color #54761F: hue angle of 83.45º degrees, saturation: 0.58, 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 #54761F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 31 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.54 |
| HSL | 83.45º | 0.58% | 0.29% | - |
| HSV(B) | 83.45º | 0.74% | 0.46% | - |
| XYZ | 10.38 | 14.94 | 3.63 | - |
| YUV | 97.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 31 | 0.29 | 0 | 0.74 | 0.54 | 83.45 | 0.58 | 0.29 |
| Hex | 54 | 76 | 1F | 1D | 0 | 4A | 36 | 53 | 3A | 1D |
| Octal | 124 | 166 | 37 | 35 | 0 | 112 | 66 | 123 | 72 | 35 |
| Binary | 1010100 | 1110110 | 11111 | 11101 | 0 | 1001010 | 110110 | 1010011 | 111010 | 11101 |
Color Harmonies of #54761F
Complementary color
Monochromatic Colors of #54761F
Black with #54761F
Text Example
Text Example
White with #54761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54761F; }
p { color: rgb(84,118,31); }
H1.HeaderClassName
{
color: #54761F;
}
.AnyTagClassName
{
color: #54761F;
}
</style>
background-color css
<style>
a { background-color: #54761F; }
a { background-color: rgb(84,118,31); }
div.DivClassName
{
background-color: #54761F;
}
.BgClassName
{
background-color: #54761F;
}
</style>
border-color css
<style>
span { border-color: #54761F; }
span { border-color: rgb(84,118,31); }
td.TdClassName
{
border-color: #54761F;
}
.TagClassName
{
border-color: #54761F;
}
</style>