Shades of Fern Green #467238
Tints of Fern Green #467238
RGB
CMYK
RGB Variations
Color information
#467238 (or 0x467238) is known color: Fern Green. HEX triplet: 46, 72 and 38. RGB value is (70,114,56). Sum of RGB (Red+Green+Blue) = 70+114+56=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #467238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467238 is #B98DC7. Grayscale: #5E5E5E. Windows color (decimal): -12160456 or 3699270. OLE color: 3699270.
HSL color Cylindrical-coordinate representation of color #467238: hue angle of 105.52º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #467238 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 114 | 56 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.55 |
| HSL | 105.52º | 0.34% | 0.33% | - |
| HSV(B) | 105.52º | 0.51% | 0.45% | - |
| XYZ | 9.26 | 13.62 | 5.88 | - |
| YUV | 94.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 114 | 56 | 0.39 | 0 | 0.51 | 0.55 | 105.52 | 0.34 | 0.33 |
| Hex | 46 | 72 | 38 | 27 | 0 | 33 | 37 | 6A | 22 | 21 |
| Octal | 106 | 162 | 70 | 47 | 0 | 63 | 67 | 152 | 42 | 41 |
| Binary | 1000110 | 1110010 | 111000 | 100111 | 0 | 110011 | 110111 | 1101010 | 100010 | 100001 |
Color Harmonies of #467238
Complementary color
Monochromatic Colors of #467238
Black with #467238
Text Example
Text Example
White with #467238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467238; }
p { color: rgb(70,114,56); }
H1.HeaderClassName
{
color: #467238;
}
.AnyTagClassName
{
color: #467238;
}
</style>
background-color css
<style>
a { background-color: #467238; }
a { background-color: rgb(70,114,56); }
div.DivClassName
{
background-color: #467238;
}
.BgClassName
{
background-color: #467238;
}
</style>
border-color css
<style>
span { border-color: #467238; }
span { border-color: rgb(70,114,56); }
td.TdClassName
{
border-color: #467238;
}
.TagClassName
{
border-color: #467238;
}
</style>