Shades of Green Leaf #546D32
Tints of Green Leaf #546D32
RGB
CMYK
RGB Variations
Color information
#546D32 (or 0x546D32) is known color: Green Leaf. HEX triplet: 54, 6D and 32. RGB value is (84,109,50). Sum of RGB (Red+Green+Blue) = 84+109+50=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #546D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546D32 is #AB92CD. Grayscale: #5F5F5F. Windows color (decimal): -11244238 or 3304788. OLE color: 3304788.
HSL color Cylindrical-coordinate representation of color #546D32: hue angle of 85.42º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #546D32 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 50 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.57 |
| HSL | 85.42º | 0.37% | 0.31% | - |
| HSV(B) | 85.42º | 0.54% | 0.43% | - |
| XYZ | 9.7 | 13.05 | 5.03 | - |
| YUV | 94.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 50 | 0.23 | 0 | 0.54 | 0.57 | 85.42 | 0.37 | 0.31 |
| Hex | 54 | 6D | 32 | 17 | 0 | 36 | 39 | 55 | 25 | 1F |
| Octal | 124 | 155 | 62 | 27 | 0 | 66 | 71 | 125 | 45 | 37 |
| Binary | 1010100 | 1101101 | 110010 | 10111 | 0 | 110110 | 111001 | 1010101 | 100101 | 11111 |
Color Harmonies of #546D32
Complementary color
Monochromatic Colors of #546D32
Black with #546D32
Text Example
Text Example
White with #546D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D32; }
p { color: rgb(84,109,50); }
H1.HeaderClassName
{
color: #546D32;
}
.AnyTagClassName
{
color: #546D32;
}
</style>
background-color css
<style>
a { background-color: #546D32; }
a { background-color: rgb(84,109,50); }
div.DivClassName
{
background-color: #546D32;
}
.BgClassName
{
background-color: #546D32;
}
</style>
border-color css
<style>
span { border-color: #546D32; }
span { border-color: rgb(84,109,50); }
td.TdClassName
{
border-color: #546D32;
}
.TagClassName
{
border-color: #546D32;
}
</style>