Shades of Lunar Green #485139
Tints of Lunar Green #485139
RGB
CMYK
RGB Variations
Color information
#485139 (or 0x485139) is known color: Lunar Green. HEX triplet: 48, 51 and 39. RGB value is (72,81,57). Sum of RGB (Red+Green+Blue) = 72+81+57=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #485139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485139 is #B7AEC6. Grayscale: #4B4B4B. Windows color (decimal): -12037831 or 3756360. OLE color: 3756360.
HSL color Cylindrical-coordinate representation of color #485139: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485139 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 57 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.68 |
| HSL | 82.5º | 0.17% | 0.27% | - |
| HSV(B) | 82.5º | 0.3% | 0.32% | - |
| XYZ | 6.35 | 7.56 | 4.99 | - |
| YUV | 75.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 57 | 0.11 | 0 | 0.30 | 0.68 | 82.5 | 0.17 | 0.27 |
| Hex | 48 | 51 | 39 | B | 0 | 1E | 44 | 52 | 11 | 1B |
| Octal | 110 | 121 | 71 | 13 | 0 | 36 | 104 | 122 | 21 | 33 |
| Binary | 1001000 | 1010001 | 111001 | 1011 | 0 | 11110 | 1000100 | 1010010 | 10001 | 11011 |
Color Harmonies of #485139
Complementary color
Monochromatic Colors of #485139
Black with #485139
Text Example
Text Example
White with #485139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485139; }
p { color: rgb(72,81,57); }
H1.HeaderClassName
{
color: #485139;
}
.AnyTagClassName
{
color: #485139;
}
</style>
background-color css
<style>
a { background-color: #485139; }
a { background-color: rgb(72,81,57); }
div.DivClassName
{
background-color: #485139;
}
.BgClassName
{
background-color: #485139;
}
</style>
border-color css
<style>
span { border-color: #485139; }
span { border-color: rgb(72,81,57); }
td.TdClassName
{
border-color: #485139;
}
.TagClassName
{
border-color: #485139;
}
</style>