Shades of Lunar Green #4B5338
Tints of Lunar Green #4B5338
RGB
CMYK
RGB Variations
Color information
#4B5338 (or 0x4B5338) is known color: Lunar Green. HEX triplet: 4B, 53 and 38. RGB value is (75,83,56). Sum of RGB (Red+Green+Blue) = 75+83+56=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5338 is #B4ACC7. Grayscale: #4D4D4D. Windows color (decimal): -11840712 or 3691339. OLE color: 3691339.
HSL color Cylindrical-coordinate representation of color #4B5338: hue angle of 77.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B5338 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 56 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.67 |
| HSL | 77.78º | 0.19% | 0.27% | - |
| HSV(B) | 77.78º | 0.33% | 0.33% | - |
| XYZ | 6.71 | 7.97 | 4.93 | - |
| YUV | 77.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 56 | 0.10 | 0 | 0.33 | 0.67 | 77.78 | 0.19 | 0.27 |
| Hex | 4B | 53 | 38 | A | 0 | 21 | 43 | 4E | 13 | 1B |
| Octal | 113 | 123 | 70 | 12 | 0 | 41 | 103 | 116 | 23 | 33 |
| Binary | 1001011 | 1010011 | 111000 | 1010 | 0 | 100001 | 1000011 | 1001110 | 10011 | 11011 |
Color Harmonies of #4B5338
Complementary color
Monochromatic Colors of #4B5338
Black with #4B5338
Text Example
Text Example
White with #4B5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5338; }
p { color: rgb(75,83,56); }
H1.HeaderClassName
{
color: #4B5338;
}
.AnyTagClassName
{
color: #4B5338;
}
</style>
background-color css
<style>
a { background-color: #4B5338; }
a { background-color: rgb(75,83,56); }
div.DivClassName
{
background-color: #4B5338;
}
.BgClassName
{
background-color: #4B5338;
}
</style>
border-color css
<style>
span { border-color: #4B5338; }
span { border-color: rgb(75,83,56); }
td.TdClassName
{
border-color: #4B5338;
}
.TagClassName
{
border-color: #4B5338;
}
</style>