Shades of Fern Green #46713C
Tints of Fern Green #46713C
RGB
CMYK
RGB Variations
Color information
#46713C (or 0x46713C) is known color: Fern Green. HEX triplet: 46, 71 and 3C. RGB value is (70,113,60). Sum of RGB (Red+Green+Blue) = 70+113+60=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #46713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46713C is #B98EC3. Grayscale: #5E5E5E. Windows color (decimal): -12160708 or 3961158. OLE color: 3961158.
HSL color Cylindrical-coordinate representation of color #46713C: hue angle of 108.68º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46713C is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 113 | 60 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.56 |
| HSL | 108.68º | 0.31% | 0.34% | - |
| HSV(B) | 108.68º | 0.47% | 0.44% | - |
| XYZ | 9.25 | 13.44 | 6.38 | - |
| YUV | 94.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 113 | 60 | 0.38 | 0 | 0.47 | 0.56 | 108.68 | 0.31 | 0.34 |
| Hex | 46 | 71 | 3C | 26 | 0 | 2F | 38 | 6D | 1F | 22 |
| Octal | 106 | 161 | 74 | 46 | 0 | 57 | 70 | 155 | 37 | 42 |
| Binary | 1000110 | 1110001 | 111100 | 100110 | 0 | 101111 | 111000 | 1101101 | 11111 | 100010 |
Color Harmonies of #46713C
Complementary color
Monochromatic Colors of #46713C
Black with #46713C
Text Example
Text Example
White with #46713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46713C; }
p { color: rgb(70,113,60); }
H1.HeaderClassName
{
color: #46713C;
}
.AnyTagClassName
{
color: #46713C;
}
</style>
background-color css
<style>
a { background-color: #46713C; }
a { background-color: rgb(70,113,60); }
div.DivClassName
{
background-color: #46713C;
}
.BgClassName
{
background-color: #46713C;
}
</style>
border-color css
<style>
span { border-color: #46713C; }
span { border-color: rgb(70,113,60); }
td.TdClassName
{
border-color: #46713C;
}
.TagClassName
{
border-color: #46713C;
}
</style>