Shades of Green Leaf #547A31
Tints of Green Leaf #547A31
RGB
CMYK
RGB Variations
Color information
#547A31 (or 0x547A31) is known color: Green Leaf. HEX triplet: 54, 7A and 31. RGB value is (84,122,49). Sum of RGB (Red+Green+Blue) = 84+122+49=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #547A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547A31 is #AB85CE. Grayscale: #666666. Windows color (decimal): -11240911 or 3242580. OLE color: 3242580.
HSL color Cylindrical-coordinate representation of color #547A31: hue angle of 91.23º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #547A31 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 49 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.52 |
| HSL | 91.23º | 0.43% | 0.34% | - |
| HSV(B) | 91.23º | 0.6% | 0.48% | - |
| XYZ | 11.17 | 16.03 | 5.41 | - |
| YUV | 102.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 49 | 0.31 | 0 | 0.60 | 0.52 | 91.23 | 0.43 | 0.34 |
| Hex | 54 | 7A | 31 | 1F | 0 | 3C | 34 | 5B | 2B | 22 |
| Octal | 124 | 172 | 61 | 37 | 0 | 74 | 64 | 133 | 53 | 42 |
| Binary | 1010100 | 1111010 | 110001 | 11111 | 0 | 111100 | 110100 | 1011011 | 101011 | 100010 |
Color Harmonies of #547A31
Complementary color
Monochromatic Colors of #547A31
Black with #547A31
Text Example
Text Example
White with #547A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A31; }
p { color: rgb(84,122,49); }
H1.HeaderClassName
{
color: #547A31;
}
.AnyTagClassName
{
color: #547A31;
}
</style>
background-color css
<style>
a { background-color: #547A31; }
a { background-color: rgb(84,122,49); }
div.DivClassName
{
background-color: #547A31;
}
.BgClassName
{
background-color: #547A31;
}
</style>
border-color css
<style>
span { border-color: #547A31; }
span { border-color: rgb(84,122,49); }
td.TdClassName
{
border-color: #547A31;
}
.TagClassName
{
border-color: #547A31;
}
</style>