Shades of Fern Green #46763C
Tints of Fern Green #46763C
RGB
CMYK
RGB Variations
Color information
#46763C (or 0x46763C) is known color: Fern Green. HEX triplet: 46, 76 and 3C. RGB value is (70,118,60). Sum of RGB (Red+Green+Blue) = 70+118+60=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #46763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46763C is #B989C3. Grayscale: #616161. Windows color (decimal): -12159428 or 3962438. OLE color: 3962438.
HSL color Cylindrical-coordinate representation of color #46763C: hue angle of 109.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46763C is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 118 | 60 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.54 |
| HSL | 109.66º | 0.33% | 0.35% | - |
| HSV(B) | 109.66º | 0.49% | 0.46% | - |
| XYZ | 9.82 | 14.59 | 6.57 | - |
| YUV | 97.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 118 | 60 | 0.41 | 0 | 0.49 | 0.54 | 109.66 | 0.33 | 0.35 |
| Hex | 46 | 76 | 3C | 29 | 0 | 31 | 36 | 6E | 21 | 23 |
| Octal | 106 | 166 | 74 | 51 | 0 | 61 | 66 | 156 | 41 | 43 |
| Binary | 1000110 | 1110110 | 111100 | 101001 | 0 | 110001 | 110110 | 1101110 | 100001 | 100011 |
Color Harmonies of #46763C
Complementary color
Monochromatic Colors of #46763C
Black with #46763C
Text Example
Text Example
White with #46763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46763C; }
p { color: rgb(70,118,60); }
H1.HeaderClassName
{
color: #46763C;
}
.AnyTagClassName
{
color: #46763C;
}
</style>
background-color css
<style>
a { background-color: #46763C; }
a { background-color: rgb(70,118,60); }
div.DivClassName
{
background-color: #46763C;
}
.BgClassName
{
background-color: #46763C;
}
</style>
border-color css
<style>
span { border-color: #46763C; }
span { border-color: rgb(70,118,60); }
td.TdClassName
{
border-color: #46763C;
}
.TagClassName
{
border-color: #46763C;
}
</style>