Shades of Fern Green #46893F
Tints of Fern Green #46893F
RGB
CMYK
RGB Variations
Color information
#46893F (or 0x46893F) is known color: Fern Green. HEX triplet: 46, 89 and 3F. RGB value is (70,137,63). Sum of RGB (Red+Green+Blue) = 70+137+63=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #46893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46893F is #B976C0. Grayscale: #6C6C6C. Windows color (decimal): -12154561 or 4163910. OLE color: 4163910.
HSL color Cylindrical-coordinate representation of color #46893F: hue angle of 114.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46893F is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 137 | 63 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.46 |
| HSL | 114.32º | 0.37% | 0.39% | - |
| HSV(B) | 114.32º | 0.54% | 0.54% | - |
| XYZ | 12.37 | 19.55 | 7.82 | - |
| YUV | 108.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 63 | 0.49 | 0 | 0.54 | 0.46 | 114.32 | 0.37 | 0.39 |
| Hex | 46 | 89 | 3F | 31 | 0 | 36 | 2E | 72 | 25 | 27 |
| Octal | 106 | 211 | 77 | 61 | 0 | 66 | 56 | 162 | 45 | 47 |
| Binary | 1000110 | 10001001 | 111111 | 110001 | 0 | 110110 | 101110 | 1110010 | 100101 | 100111 |
Color Harmonies of #46893F
Complementary color
Monochromatic Colors of #46893F
Black with #46893F
Text Example
Text Example
White with #46893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46893F; }
p { color: rgb(70,137,63); }
H1.HeaderClassName
{
color: #46893F;
}
.AnyTagClassName
{
color: #46893F;
}
</style>
background-color css
<style>
a { background-color: #46893F; }
a { background-color: rgb(70,137,63); }
div.DivClassName
{
background-color: #46893F;
}
.BgClassName
{
background-color: #46893F;
}
</style>
border-color css
<style>
span { border-color: #46893F; }
span { border-color: rgb(70,137,63); }
td.TdClassName
{
border-color: #46893F;
}
.TagClassName
{
border-color: #46893F;
}
</style>