Shades of Lunar Green #4B553B
Tints of Lunar Green #4B553B
RGB
CMYK
RGB Variations
Color information
#4B553B (or 0x4B553B) is known color: Lunar Green. HEX triplet: 4B, 55 and 3B. RGB value is (75,85,59). Sum of RGB (Red+Green+Blue) = 75+85+59=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #4B553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B553B is #B4AAC4. Grayscale: #4F4F4F. Windows color (decimal): -11840197 or 3888459. OLE color: 3888459.
HSL color Cylindrical-coordinate representation of color #4B553B: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B553B is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 59 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.67 |
| HSL | 83.08º | 0.18% | 0.28% | - |
| HSV(B) | 83.08º | 0.31% | 0.33% | - |
| XYZ | 6.94 | 8.31 | 5.38 | - |
| YUV | 79.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 59 | 0.12 | 0 | 0.31 | 0.67 | 83.08 | 0.18 | 0.28 |
| Hex | 4B | 55 | 3B | C | 0 | 1F | 43 | 53 | 12 | 1C |
| Octal | 113 | 125 | 73 | 14 | 0 | 37 | 103 | 123 | 22 | 34 |
| Binary | 1001011 | 1010101 | 111011 | 1100 | 0 | 11111 | 1000011 | 1010011 | 10010 | 11100 |
Color Harmonies of #4B553B
Complementary color
Monochromatic Colors of #4B553B
Black with #4B553B
Text Example
Text Example
White with #4B553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B553B; }
p { color: rgb(75,85,59); }
H1.HeaderClassName
{
color: #4B553B;
}
.AnyTagClassName
{
color: #4B553B;
}
</style>
background-color css
<style>
a { background-color: #4B553B; }
a { background-color: rgb(75,85,59); }
div.DivClassName
{
background-color: #4B553B;
}
.BgClassName
{
background-color: #4B553B;
}
</style>
border-color css
<style>
span { border-color: #4B553B; }
span { border-color: rgb(75,85,59); }
td.TdClassName
{
border-color: #4B553B;
}
.TagClassName
{
border-color: #4B553B;
}
</style>