Shades of Lunar Green #54613E
Tints of Lunar Green #54613E
RGB
CMYK
RGB Variations
Color information
#54613E (or 0x54613E) is known color: Lunar Green. HEX triplet: 54, 61 and 3E. RGB value is (84,97,62). Sum of RGB (Red+Green+Blue) = 84+97+62=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #54613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54613E is #AB9EC1. Grayscale: #595959. Windows color (decimal): -11247298 or 4088148. OLE color: 4088148.
HSL color Cylindrical-coordinate representation of color #54613E: hue angle of 82.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54613E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 62 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.62 |
| HSL | 82.29º | 0.22% | 0.31% | - |
| HSV(B) | 82.29º | 0.36% | 0.38% | - |
| XYZ | 8.8 | 10.78 | 6.17 | - |
| YUV | 89.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 62 | 0.13 | 0 | 0.36 | 0.62 | 82.29 | 0.22 | 0.31 |
| Hex | 54 | 61 | 3E | D | 0 | 24 | 3E | 52 | 16 | 1F |
| Octal | 124 | 141 | 76 | 15 | 0 | 44 | 76 | 122 | 26 | 37 |
| Binary | 1010100 | 1100001 | 111110 | 1101 | 0 | 100100 | 111110 | 1010010 | 10110 | 11111 |
Color Harmonies of #54613E
Complementary color
Monochromatic Colors of #54613E
Black with #54613E
Text Example
Text Example
White with #54613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54613E; }
p { color: rgb(84,97,62); }
H1.HeaderClassName
{
color: #54613E;
}
.AnyTagClassName
{
color: #54613E;
}
</style>
background-color css
<style>
a { background-color: #54613E; }
a { background-color: rgb(84,97,62); }
div.DivClassName
{
background-color: #54613E;
}
.BgClassName
{
background-color: #54613E;
}
</style>
border-color css
<style>
span { border-color: #54613E; }
span { border-color: rgb(84,97,62); }
td.TdClassName
{
border-color: #54613E;
}
.TagClassName
{
border-color: #54613E;
}
</style>