Shades of Fern Green #46733F
Tints of Fern Green #46733F
RGB
CMYK
RGB Variations
Color information
#46733F (or 0x46733F) is known color: Fern Green. HEX triplet: 46, 73 and 3F. RGB value is (70,115,63). Sum of RGB (Red+Green+Blue) = 70+115+63=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #46733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46733F is #B98CC0. Grayscale: #5F5F5F. Windows color (decimal): -12160193 or 4158278. OLE color: 4158278.
HSL color Cylindrical-coordinate representation of color #46733F: hue angle of 111.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46733F is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 63 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.55 |
| HSL | 111.92º | 0.29% | 0.35% | - |
| HSV(B) | 111.92º | 0.45% | 0.45% | - |
| XYZ | 9.55 | 13.92 | 6.89 | - |
| YUV | 95.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 63 | 0.39 | 0 | 0.45 | 0.55 | 111.92 | 0.29 | 0.35 |
| Hex | 46 | 73 | 3F | 27 | 0 | 2D | 37 | 70 | 1D | 23 |
| Octal | 106 | 163 | 77 | 47 | 0 | 55 | 67 | 160 | 35 | 43 |
| Binary | 1000110 | 1110011 | 111111 | 100111 | 0 | 101101 | 110111 | 1110000 | 11101 | 100011 |
Color Harmonies of #46733F
Complementary color
Monochromatic Colors of #46733F
Black with #46733F
Text Example
Text Example
White with #46733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46733F; }
p { color: rgb(70,115,63); }
H1.HeaderClassName
{
color: #46733F;
}
.AnyTagClassName
{
color: #46733F;
}
</style>
background-color css
<style>
a { background-color: #46733F; }
a { background-color: rgb(70,115,63); }
div.DivClassName
{
background-color: #46733F;
}
.BgClassName
{
background-color: #46733F;
}
</style>
border-color css
<style>
span { border-color: #46733F; }
span { border-color: rgb(70,115,63); }
td.TdClassName
{
border-color: #46733F;
}
.TagClassName
{
border-color: #46733F;
}
</style>