Shades of Green Leaf #547D16
Tints of Green Leaf #547D16
RGB
CMYK
RGB Variations
Color information
#547D16 (or 0x547D16) is known color: Green Leaf. HEX triplet: 54, 7D and 16. RGB value is (84,125,22). Sum of RGB (Red+Green+Blue) = 84+125+22=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #547D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547D16 is #AB82E9. Grayscale: #656565. Windows color (decimal): -11240170 or 1473876. OLE color: 1473876.
HSL color Cylindrical-coordinate representation of color #547D16: hue angle of 83.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #547D16 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 22 | - |
| CMYK | 0.33 | 0 | 0.82 | 0.51 |
| HSL | 83.88º | 0.7% | 0.29% | - |
| HSV(B) | 83.88º | 0.82% | 0.49% | - |
| XYZ | 11.13 | 16.61 | 3.38 | - |
| YUV | 101 | 83.42 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 22 | 0.33 | 0 | 0.82 | 0.51 | 83.88 | 0.7 | 0.29 |
| Hex | 54 | 7D | 16 | 21 | 0 | 52 | 33 | 54 | 46 | 1D |
| Octal | 124 | 175 | 26 | 41 | 0 | 122 | 63 | 124 | 106 | 35 |
| Binary | 1010100 | 1111101 | 10110 | 100001 | 0 | 1010010 | 110011 | 1010100 | 1000110 | 11101 |
Color Harmonies of #547D16
Complementary color
Monochromatic Colors of #547D16
Black with #547D16
Text Example
Text Example
White with #547D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D16; }
p { color: rgb(84,125,22); }
H1.HeaderClassName
{
color: #547D16;
}
.AnyTagClassName
{
color: #547D16;
}
</style>
background-color css
<style>
a { background-color: #547D16; }
a { background-color: rgb(84,125,22); }
div.DivClassName
{
background-color: #547D16;
}
.BgClassName
{
background-color: #547D16;
}
</style>
border-color css
<style>
span { border-color: #547D16; }
span { border-color: rgb(84,125,22); }
td.TdClassName
{
border-color: #547D16;
}
.TagClassName
{
border-color: #547D16;
}
</style>