Shades of Lunar Green #53613D
Tints of Lunar Green #53613D
RGB
CMYK
RGB Variations
Color information
#53613D (or 0x53613D) is known color: Lunar Green. HEX triplet: 53, 61 and 3D. RGB value is (83,97,61). Sum of RGB (Red+Green+Blue) = 83+97+61=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #53613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53613D is #AC9EC2. Grayscale: #585858. Windows color (decimal): -11312835 or 4022611. OLE color: 4022611.
HSL color Cylindrical-coordinate representation of color #53613D: hue angle of 83.33º 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 #53613D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 61 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.62 |
| HSL | 83.33º | 0.23% | 0.31% | - |
| HSV(B) | 83.33º | 0.37% | 0.38% | - |
| XYZ | 8.68 | 10.73 | 6.03 | - |
| YUV | 88.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 61 | 0.14 | 0 | 0.37 | 0.62 | 83.33 | 0.23 | 0.31 |
| Hex | 53 | 61 | 3D | E | 0 | 25 | 3E | 53 | 17 | 1F |
| Octal | 123 | 141 | 75 | 16 | 0 | 45 | 76 | 123 | 27 | 37 |
| Binary | 1010011 | 1100001 | 111101 | 1110 | 0 | 100101 | 111110 | 1010011 | 10111 | 11111 |
Color Harmonies of #53613D
Complementary color
Monochromatic Colors of #53613D
Black with #53613D
Text Example
Text Example
White with #53613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53613D; }
p { color: rgb(83,97,61); }
H1.HeaderClassName
{
color: #53613D;
}
.AnyTagClassName
{
color: #53613D;
}
</style>
background-color css
<style>
a { background-color: #53613D; }
a { background-color: rgb(83,97,61); }
div.DivClassName
{
background-color: #53613D;
}
.BgClassName
{
background-color: #53613D;
}
</style>
border-color css
<style>
span { border-color: #53613D; }
span { border-color: rgb(83,97,61); }
td.TdClassName
{
border-color: #53613D;
}
.TagClassName
{
border-color: #53613D;
}
</style>