Shades of Lunar Green #464E3B
Tints of Lunar Green #464E3B
RGB
CMYK
RGB Variations
Color information
#464E3B (or 0x464E3B) is known color: Lunar Green. HEX triplet: 46, 4E and 3B. RGB value is (70,78,59). Sum of RGB (Red+Green+Blue) = 70+78+59=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #464E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E3B is #B9B1C4. Grayscale: #494949. Windows color (decimal): -12169669 or 3886662. OLE color: 3886662.
HSL color Cylindrical-coordinate representation of color #464E3B: hue angle of 85.26º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464E3B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 59 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.69 |
| HSL | 85.26º | 0.14% | 0.27% | - |
| HSV(B) | 85.26º | 0.24% | 0.31% | - |
| XYZ | 6.04 | 7.07 | 5.18 | - |
| YUV | 73.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 59 | 0.10 | 0 | 0.24 | 0.69 | 85.26 | 0.14 | 0.27 |
| Hex | 46 | 4E | 3B | A | 0 | 18 | 45 | 55 | E | 1B |
| Octal | 106 | 116 | 73 | 12 | 0 | 30 | 105 | 125 | 16 | 33 |
| Binary | 1000110 | 1001110 | 111011 | 1010 | 0 | 11000 | 1000101 | 1010101 | 1110 | 11011 |
Color Harmonies of #464E3B
Complementary color
Monochromatic Colors of #464E3B
Black with #464E3B
Text Example
Text Example
White with #464E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E3B; }
p { color: rgb(70,78,59); }
H1.HeaderClassName
{
color: #464E3B;
}
.AnyTagClassName
{
color: #464E3B;
}
</style>
background-color css
<style>
a { background-color: #464E3B; }
a { background-color: rgb(70,78,59); }
div.DivClassName
{
background-color: #464E3B;
}
.BgClassName
{
background-color: #464E3B;
}
</style>
border-color css
<style>
span { border-color: #464E3B; }
span { border-color: rgb(70,78,59); }
td.TdClassName
{
border-color: #464E3B;
}
.TagClassName
{
border-color: #464E3B;
}
</style>