Shades of Fern Green #46713B
Tints of Fern Green #46713B
RGB
CMYK
RGB Variations
Color information
#46713B (or 0x46713B) is known color: Fern Green. HEX triplet: 46, 71 and 3B. RGB value is (70,113,59). Sum of RGB (Red+Green+Blue) = 70+113+59=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #46713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46713B is #B98EC4. Grayscale: #5E5E5E. Windows color (decimal): -12160709 or 3895622. OLE color: 3895622.
HSL color Cylindrical-coordinate representation of color #46713B: hue angle of 107.78º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46713B is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 59 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.56 |
| HSL | 107.78º | 0.31% | 0.34% | - |
| HSV(B) | 107.78º | 0.48% | 0.44% | - |
| XYZ | 9.22 | 13.43 | 6.24 | - |
| YUV | 93.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 59 | 0.38 | 0 | 0.48 | 0.56 | 107.78 | 0.31 | 0.34 |
| Hex | 46 | 71 | 3B | 26 | 0 | 30 | 38 | 6C | 1F | 22 |
| Octal | 106 | 161 | 73 | 46 | 0 | 60 | 70 | 154 | 37 | 42 |
| Binary | 1000110 | 1110001 | 111011 | 100110 | 0 | 110000 | 111000 | 1101100 | 11111 | 100010 |
Color Harmonies of #46713B
Complementary color
Monochromatic Colors of #46713B
Black with #46713B
Text Example
Text Example
White with #46713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46713B; }
p { color: rgb(70,113,59); }
H1.HeaderClassName
{
color: #46713B;
}
.AnyTagClassName
{
color: #46713B;
}
</style>
background-color css
<style>
a { background-color: #46713B; }
a { background-color: rgb(70,113,59); }
div.DivClassName
{
background-color: #46713B;
}
.BgClassName
{
background-color: #46713B;
}
</style>
border-color css
<style>
span { border-color: #46713B; }
span { border-color: rgb(70,113,59); }
td.TdClassName
{
border-color: #46713B;
}
.TagClassName
{
border-color: #46713B;
}
</style>