Shades of Fern Green #46773B
Tints of Fern Green #46773B
RGB
CMYK
RGB Variations
Color information
#46773B (or 0x46773B) is known color: Fern Green. HEX triplet: 46, 77 and 3B. RGB value is (70,119,59). Sum of RGB (Red+Green+Blue) = 70+119+59=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #46773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46773B is #B988C4. Grayscale: #616161. Windows color (decimal): -12159173 or 3897158. OLE color: 3897158.
HSL color Cylindrical-coordinate representation of color #46773B: hue angle of 109º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46773B is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 119 | 59 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.53 |
| HSL | 109º | 0.34% | 0.35% | - |
| HSV(B) | 109º | 0.5% | 0.47% | - |
| XYZ | 9.91 | 14.81 | 6.47 | - |
| YUV | 97.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 119 | 59 | 0.41 | 0 | 0.50 | 0.53 | 109 | 0.34 | 0.35 |
| Hex | 46 | 77 | 3B | 29 | 0 | 32 | 35 | 6D | 22 | 23 |
| Octal | 106 | 167 | 73 | 51 | 0 | 62 | 65 | 155 | 42 | 43 |
| Binary | 1000110 | 1110111 | 111011 | 101001 | 0 | 110010 | 110101 | 1101101 | 100010 | 100011 |
Color Harmonies of #46773B
Complementary color
Monochromatic Colors of #46773B
Black with #46773B
Text Example
Text Example
White with #46773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46773B; }
p { color: rgb(70,119,59); }
H1.HeaderClassName
{
color: #46773B;
}
.AnyTagClassName
{
color: #46773B;
}
</style>
background-color css
<style>
a { background-color: #46773B; }
a { background-color: rgb(70,119,59); }
div.DivClassName
{
background-color: #46773B;
}
.BgClassName
{
background-color: #46773B;
}
</style>
border-color css
<style>
span { border-color: #46773B; }
span { border-color: rgb(70,119,59); }
td.TdClassName
{
border-color: #46773B;
}
.TagClassName
{
border-color: #46773B;
}
</style>