Shades of Fern Green #46843A
Tints of Fern Green #46843A
RGB
CMYK
RGB Variations
Color information
#46843A (or 0x46843A) is known color: Fern Green. HEX triplet: 46, 84 and 3A. RGB value is (70,132,58). Sum of RGB (Red+Green+Blue) = 70+132+58=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #46843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46843A is #B97BC5. Grayscale: #696969. Windows color (decimal): -12155846 or 3834950. OLE color: 3834950.
HSL color Cylindrical-coordinate representation of color #46843A: hue angle of 110.27º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46843A is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 132 | 58 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.48 |
| HSL | 110.27º | 0.39% | 0.37% | - |
| HSV(B) | 110.27º | 0.56% | 0.52% | - |
| XYZ | 11.54 | 18.11 | 6.89 | - |
| YUV | 105.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 58 | 0.47 | 0 | 0.56 | 0.48 | 110.27 | 0.39 | 0.37 |
| Hex | 46 | 84 | 3A | 2F | 0 | 38 | 30 | 6E | 27 | 25 |
| Octal | 106 | 204 | 72 | 57 | 0 | 70 | 60 | 156 | 47 | 45 |
| Binary | 1000110 | 10000100 | 111010 | 101111 | 0 | 111000 | 110000 | 1101110 | 100111 | 100101 |
Color Harmonies of #46843A
Complementary color
Monochromatic Colors of #46843A
Black with #46843A
Text Example
Text Example
White with #46843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46843A; }
p { color: rgb(70,132,58); }
H1.HeaderClassName
{
color: #46843A;
}
.AnyTagClassName
{
color: #46843A;
}
</style>
background-color css
<style>
a { background-color: #46843A; }
a { background-color: rgb(70,132,58); }
div.DivClassName
{
background-color: #46843A;
}
.BgClassName
{
background-color: #46843A;
}
</style>
border-color css
<style>
span { border-color: #46843A; }
span { border-color: rgb(70,132,58); }
td.TdClassName
{
border-color: #46843A;
}
.TagClassName
{
border-color: #46843A;
}
</style>