Shades of Fern Green #46823A
Tints of Fern Green #46823A
RGB
CMYK
RGB Variations
Color information
#46823A (or 0x46823A) is known color: Fern Green. HEX triplet: 46, 82 and 3A. RGB value is (70,130,58). Sum of RGB (Red+Green+Blue) = 70+130+58=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #46823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46823A is #B97DC5. Grayscale: #686868. Windows color (decimal): -12156358 or 3834438. OLE color: 3834438.
HSL color Cylindrical-coordinate representation of color #46823A: hue angle of 110º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46823A is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 58 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.49 |
| HSL | 110º | 0.38% | 0.37% | - |
| HSV(B) | 110º | 0.55% | 0.51% | - |
| XYZ | 11.27 | 17.57 | 6.8 | - |
| YUV | 103.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 58 | 0.46 | 0 | 0.55 | 0.49 | 110 | 0.38 | 0.37 |
| Hex | 46 | 82 | 3A | 2E | 0 | 37 | 31 | 6E | 26 | 25 |
| Octal | 106 | 202 | 72 | 56 | 0 | 67 | 61 | 156 | 46 | 45 |
| Binary | 1000110 | 10000010 | 111010 | 101110 | 0 | 110111 | 110001 | 1101110 | 100110 | 100101 |
Color Harmonies of #46823A
Complementary color
Monochromatic Colors of #46823A
Black with #46823A
Text Example
Text Example
White with #46823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46823A; }
p { color: rgb(70,130,58); }
H1.HeaderClassName
{
color: #46823A;
}
.AnyTagClassName
{
color: #46823A;
}
</style>
background-color css
<style>
a { background-color: #46823A; }
a { background-color: rgb(70,130,58); }
div.DivClassName
{
background-color: #46823A;
}
.BgClassName
{
background-color: #46823A;
}
</style>
border-color css
<style>
span { border-color: #46823A; }
span { border-color: rgb(70,130,58); }
td.TdClassName
{
border-color: #46823A;
}
.TagClassName
{
border-color: #46823A;
}
</style>