Shades of Fern Green #46853C
Tints of Fern Green #46853C
RGB
CMYK
RGB Variations
Color information
#46853C (or 0x46853C) is known color: Fern Green. HEX triplet: 46, 85 and 3C. RGB value is (70,133,60). Sum of RGB (Red+Green+Blue) = 70+133+60=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #46853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46853C is #B97AC3. Grayscale: #6A6A6A. Windows color (decimal): -12155588 or 3966278. OLE color: 3966278.
HSL color Cylindrical-coordinate representation of color #46853C: hue angle of 111.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46853C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 60 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.48 |
| HSL | 111.78º | 0.38% | 0.38% | - |
| HSV(B) | 111.78º | 0.55% | 0.52% | - |
| XYZ | 11.73 | 18.4 | 7.21 | - |
| YUV | 105.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 60 | 0.47 | 0 | 0.55 | 0.48 | 111.78 | 0.38 | 0.38 |
| Hex | 46 | 85 | 3C | 2F | 0 | 37 | 30 | 70 | 26 | 26 |
| Octal | 106 | 205 | 74 | 57 | 0 | 67 | 60 | 160 | 46 | 46 |
| Binary | 1000110 | 10000101 | 111100 | 101111 | 0 | 110111 | 110000 | 1110000 | 100110 | 100110 |
Color Harmonies of #46853C
Complementary color
Monochromatic Colors of #46853C
Black with #46853C
Text Example
Text Example
White with #46853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46853C; }
p { color: rgb(70,133,60); }
H1.HeaderClassName
{
color: #46853C;
}
.AnyTagClassName
{
color: #46853C;
}
</style>
background-color css
<style>
a { background-color: #46853C; }
a { background-color: rgb(70,133,60); }
div.DivClassName
{
background-color: #46853C;
}
.BgClassName
{
background-color: #46853C;
}
</style>
border-color css
<style>
span { border-color: #46853C; }
span { border-color: rgb(70,133,60); }
td.TdClassName
{
border-color: #46853C;
}
.TagClassName
{
border-color: #46853C;
}
</style>