Shades of Green Leaf #546C21
Tints of Green Leaf #546C21
RGB
CMYK
RGB Variations
Color information
#546C21 (or 0x546C21) is known color: Green Leaf. HEX triplet: 54, 6C and 21. RGB value is (84,108,33). Sum of RGB (Red+Green+Blue) = 84+108+33=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #546C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C21 is #AB93DE. Grayscale: #5C5C5C. Windows color (decimal): -11244511 or 2190420. OLE color: 2190420.
HSL color Cylindrical-coordinate representation of color #546C21: hue angle of 79.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #546C21 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 108 | 33 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.58 |
| HSL | 79.2º | 0.53% | 0.28% | - |
| HSV(B) | 79.2º | 0.69% | 0.42% | - |
| XYZ | 9.29 | 12.72 | 3.4 | - |
| YUV | 92.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 108 | 33 | 0.22 | 0 | 0.69 | 0.58 | 79.2 | 0.53 | 0.28 |
| Hex | 54 | 6C | 21 | 16 | 0 | 45 | 3A | 4F | 35 | 1C |
| Octal | 124 | 154 | 41 | 26 | 0 | 105 | 72 | 117 | 65 | 34 |
| Binary | 1010100 | 1101100 | 100001 | 10110 | 0 | 1000101 | 111010 | 1001111 | 110101 | 11100 |
Color Harmonies of #546C21
Complementary color
Monochromatic Colors of #546C21
Black with #546C21
Text Example
Text Example
White with #546C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546C21; }
p { color: rgb(84,108,33); }
H1.HeaderClassName
{
color: #546C21;
}
.AnyTagClassName
{
color: #546C21;
}
</style>
background-color css
<style>
a { background-color: #546C21; }
a { background-color: rgb(84,108,33); }
div.DivClassName
{
background-color: #546C21;
}
.BgClassName
{
background-color: #546C21;
}
</style>
border-color css
<style>
span { border-color: #546C21; }
span { border-color: rgb(84,108,33); }
td.TdClassName
{
border-color: #546C21;
}
.TagClassName
{
border-color: #546C21;
}
</style>