Shades of Green Leaf #547C21
Tints of Green Leaf #547C21
RGB
CMYK
RGB Variations
Color information
#547C21 (or 0x547C21) is known color: Green Leaf. HEX triplet: 54, 7C and 21. RGB value is (84,124,33). Sum of RGB (Red+Green+Blue) = 84+124+33=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #547C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547C21 is #AB83DE. Grayscale: #656565. Windows color (decimal): -11240415 or 2194516. OLE color: 2194516.
HSL color Cylindrical-coordinate representation of color #547C21: hue angle of 86.37º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #547C21 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 124 | 33 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.51 |
| HSL | 86.37º | 0.58% | 0.31% | - |
| HSV(B) | 86.37º | 0.73% | 0.49% | - |
| XYZ | 11.14 | 16.41 | 4.02 | - |
| YUV | 101.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 33 | 0.32 | 0 | 0.73 | 0.51 | 86.37 | 0.58 | 0.31 |
| Hex | 54 | 7C | 21 | 20 | 0 | 49 | 33 | 56 | 3A | 1F |
| Octal | 124 | 174 | 41 | 40 | 0 | 111 | 63 | 126 | 72 | 37 |
| Binary | 1010100 | 1111100 | 100001 | 100000 | 0 | 1001001 | 110011 | 1010110 | 111010 | 11111 |
Color Harmonies of #547C21
Complementary color
Monochromatic Colors of #547C21
Black with #547C21
Text Example
Text Example
White with #547C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C21; }
p { color: rgb(84,124,33); }
H1.HeaderClassName
{
color: #547C21;
}
.AnyTagClassName
{
color: #547C21;
}
</style>
background-color css
<style>
a { background-color: #547C21; }
a { background-color: rgb(84,124,33); }
div.DivClassName
{
background-color: #547C21;
}
.BgClassName
{
background-color: #547C21;
}
</style>
border-color css
<style>
span { border-color: #547C21; }
span { border-color: rgb(84,124,33); }
td.TdClassName
{
border-color: #547C21;
}
.TagClassName
{
border-color: #547C21;
}
</style>