Shades of Lunar Green #54613D
Tints of Lunar Green #54613D
RGB
CMYK
RGB Variations
Color information
#54613D (or 0x54613D) is known color: Lunar Green. HEX triplet: 54, 61 and 3D. RGB value is (84,97,61). Sum of RGB (Red+Green+Blue) = 84+97+61=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #54613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54613D is #AB9EC2. Grayscale: #595959. Windows color (decimal): -11247299 or 4022612. OLE color: 4022612.
HSL color Cylindrical-coordinate representation of color #54613D: hue angle of 81.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54613D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 61 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.62 |
| HSL | 81.67º | 0.23% | 0.31% | - |
| HSV(B) | 81.67º | 0.37% | 0.38% | - |
| XYZ | 8.77 | 10.77 | 6.03 | - |
| YUV | 89.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 61 | 0.13 | 0 | 0.37 | 0.62 | 81.67 | 0.23 | 0.31 |
| Hex | 54 | 61 | 3D | D | 0 | 25 | 3E | 52 | 17 | 1F |
| Octal | 124 | 141 | 75 | 15 | 0 | 45 | 76 | 122 | 27 | 37 |
| Binary | 1010100 | 1100001 | 111101 | 1101 | 0 | 100101 | 111110 | 1010010 | 10111 | 11111 |
Color Harmonies of #54613D
Complementary color
Monochromatic Colors of #54613D
Black with #54613D
Text Example
Text Example
White with #54613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54613D; }
p { color: rgb(84,97,61); }
H1.HeaderClassName
{
color: #54613D;
}
.AnyTagClassName
{
color: #54613D;
}
</style>
background-color css
<style>
a { background-color: #54613D; }
a { background-color: rgb(84,97,61); }
div.DivClassName
{
background-color: #54613D;
}
.BgClassName
{
background-color: #54613D;
}
</style>
border-color css
<style>
span { border-color: #54613D; }
span { border-color: rgb(84,97,61); }
td.TdClassName
{
border-color: #54613D;
}
.TagClassName
{
border-color: #54613D;
}
</style>