Shades of Green Leaf #54771C
Tints of Green Leaf #54771C
RGB
CMYK
RGB Variations
Color information
#54771C (or 0x54771C) is known color: Green Leaf. HEX triplet: 54, 77 and 1C. RGB value is (84,119,28). Sum of RGB (Red+Green+Blue) = 84+119+28=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #54771C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54771C is #AB88E3. Grayscale: #626262. Windows color (decimal): -11241700 or 1865556. OLE color: 1865556.
HSL color Cylindrical-coordinate representation of color #54771C: hue angle of 83.08º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54771C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 28 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.53 |
| HSL | 83.08º | 0.62% | 0.29% | - |
| HSV(B) | 83.08º | 0.76% | 0.47% | - |
| XYZ | 10.46 | 15.16 | 3.47 | - |
| YUV | 98.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 28 | 0.29 | 0 | 0.76 | 0.53 | 83.08 | 0.62 | 0.29 |
| Hex | 54 | 77 | 1C | 1D | 0 | 4C | 35 | 53 | 3E | 1D |
| Octal | 124 | 167 | 34 | 35 | 0 | 114 | 65 | 123 | 76 | 35 |
| Binary | 1010100 | 1110111 | 11100 | 11101 | 0 | 1001100 | 110101 | 1010011 | 111110 | 11101 |
Color Harmonies of #54771C
Complementary color
Monochromatic Colors of #54771C
Black with #54771C
Text Example
Text Example
White with #54771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54771C; }
p { color: rgb(84,119,28); }
H1.HeaderClassName
{
color: #54771C;
}
.AnyTagClassName
{
color: #54771C;
}
</style>
background-color css
<style>
a { background-color: #54771C; }
a { background-color: rgb(84,119,28); }
div.DivClassName
{
background-color: #54771C;
}
.BgClassName
{
background-color: #54771C;
}
</style>
border-color css
<style>
span { border-color: #54771C; }
span { border-color: rgb(84,119,28); }
td.TdClassName
{
border-color: #54771C;
}
.TagClassName
{
border-color: #54771C;
}
</style>