Shades of Fern Green #46853F
Tints of Fern Green #46853F
RGB
CMYK
RGB Variations
Color information
#46853F (or 0x46853F) is known color: Fern Green. HEX triplet: 46, 85 and 3F. RGB value is (70,133,63). Sum of RGB (Red+Green+Blue) = 70+133+63=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #46853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46853F is #B97AC0. Grayscale: #6A6A6A. Windows color (decimal): -12155585 or 4162886. OLE color: 4162886.
HSL color Cylindrical-coordinate representation of color #46853F: hue angle of 114º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46853F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 63 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.48 |
| HSL | 114º | 0.36% | 0.38% | - |
| HSV(B) | 114º | 0.53% | 0.52% | - |
| XYZ | 11.81 | 18.44 | 7.64 | - |
| YUV | 106.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 63 | 0.47 | 0 | 0.53 | 0.48 | 114 | 0.36 | 0.38 |
| Hex | 46 | 85 | 3F | 2F | 0 | 35 | 30 | 72 | 24 | 26 |
| Octal | 106 | 205 | 77 | 57 | 0 | 65 | 60 | 162 | 44 | 46 |
| Binary | 1000110 | 10000101 | 111111 | 101111 | 0 | 110101 | 110000 | 1110010 | 100100 | 100110 |
Color Harmonies of #46853F
Complementary color
Monochromatic Colors of #46853F
Black with #46853F
Text Example
Text Example
White with #46853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46853F; }
p { color: rgb(70,133,63); }
H1.HeaderClassName
{
color: #46853F;
}
.AnyTagClassName
{
color: #46853F;
}
</style>
background-color css
<style>
a { background-color: #46853F; }
a { background-color: rgb(70,133,63); }
div.DivClassName
{
background-color: #46853F;
}
.BgClassName
{
background-color: #46853F;
}
</style>
border-color css
<style>
span { border-color: #46853F; }
span { border-color: rgb(70,133,63); }
td.TdClassName
{
border-color: #46853F;
}
.TagClassName
{
border-color: #46853F;
}
</style>