Shades of Fern Green #467334
Tints of Fern Green #467334
RGB
CMYK
RGB Variations
Color information
#467334 (or 0x467334) is known color: Fern Green. HEX triplet: 46, 73 and 34. RGB value is (70,115,52). Sum of RGB (Red+Green+Blue) = 70+115+52=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #467334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467334 is #B98CCB. Grayscale: #5E5E5E. Windows color (decimal): -12160204 or 3437382. OLE color: 3437382.
HSL color Cylindrical-coordinate representation of color #467334: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #467334 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 52 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.55 |
| HSL | 102.86º | 0.38% | 0.33% | - |
| HSV(B) | 102.86º | 0.55% | 0.45% | - |
| XYZ | 9.28 | 13.81 | 5.43 | - |
| YUV | 94.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 52 | 0.39 | 0 | 0.55 | 0.55 | 102.86 | 0.38 | 0.33 |
| Hex | 46 | 73 | 34 | 27 | 0 | 37 | 37 | 67 | 26 | 21 |
| Octal | 106 | 163 | 64 | 47 | 0 | 67 | 67 | 147 | 46 | 41 |
| Binary | 1000110 | 1110011 | 110100 | 100111 | 0 | 110111 | 110111 | 1100111 | 100110 | 100001 |
Color Harmonies of #467334
Complementary color
Monochromatic Colors of #467334
Black with #467334
Text Example
Text Example
White with #467334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467334; }
p { color: rgb(70,115,52); }
H1.HeaderClassName
{
color: #467334;
}
.AnyTagClassName
{
color: #467334;
}
</style>
background-color css
<style>
a { background-color: #467334; }
a { background-color: rgb(70,115,52); }
div.DivClassName
{
background-color: #467334;
}
.BgClassName
{
background-color: #467334;
}
</style>
border-color css
<style>
span { border-color: #467334; }
span { border-color: rgb(70,115,52); }
td.TdClassName
{
border-color: #467334;
}
.TagClassName
{
border-color: #467334;
}
</style>