Shades of Fern Green #46723B
Tints of Fern Green #46723B
RGB
CMYK
RGB Variations
Color information
#46723B (or 0x46723B) is known color: Fern Green. HEX triplet: 46, 72 and 3B. RGB value is (70,114,59). Sum of RGB (Red+Green+Blue) = 70+114+59=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #46723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46723B is #B98DC4. Grayscale: #5E5E5E. Windows color (decimal): -12160453 or 3895878. OLE color: 3895878.
HSL color Cylindrical-coordinate representation of color #46723B: hue angle of 108º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46723B is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 59 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.55 |
| HSL | 108º | 0.32% | 0.34% | - |
| HSV(B) | 108º | 0.48% | 0.45% | - |
| XYZ | 9.33 | 13.65 | 6.28 | - |
| YUV | 94.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 59 | 0.39 | 0 | 0.48 | 0.55 | 108 | 0.32 | 0.34 |
| Hex | 46 | 72 | 3B | 27 | 0 | 30 | 37 | 6C | 20 | 22 |
| Octal | 106 | 162 | 73 | 47 | 0 | 60 | 67 | 154 | 40 | 42 |
| Binary | 1000110 | 1110010 | 111011 | 100111 | 0 | 110000 | 110111 | 1101100 | 100000 | 100010 |
Color Harmonies of #46723B
Complementary color
Monochromatic Colors of #46723B
Black with #46723B
Text Example
Text Example
White with #46723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46723B; }
p { color: rgb(70,114,59); }
H1.HeaderClassName
{
color: #46723B;
}
.AnyTagClassName
{
color: #46723B;
}
</style>
background-color css
<style>
a { background-color: #46723B; }
a { background-color: rgb(70,114,59); }
div.DivClassName
{
background-color: #46723B;
}
.BgClassName
{
background-color: #46723B;
}
</style>
border-color css
<style>
span { border-color: #46723B; }
span { border-color: rgb(70,114,59); }
td.TdClassName
{
border-color: #46723B;
}
.TagClassName
{
border-color: #46723B;
}
</style>