Shades of Fern Green #467343
Tints of Fern Green #467343
RGB
CMYK
RGB Variations
Color information
#467343 (or 0x467343) is known color: Fern Green. HEX triplet: 46, 73 and 43. RGB value is (70,115,67). Sum of RGB (Red+Green+Blue) = 70+115+67=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #467343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467343 is #B98CBC. Grayscale: #606060. Windows color (decimal): -12160189 or 4420422. OLE color: 4420422.
HSL color Cylindrical-coordinate representation of color #467343: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467343 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 115 | 67 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.55 |
| HSL | 116.25º | 0.26% | 0.36% | - |
| HSV(B) | 116.25º | 0.42% | 0.45% | - |
| XYZ | 9.67 | 13.97 | 7.5 | - |
| YUV | 96.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 67 | 0.39 | 0 | 0.42 | 0.55 | 116.25 | 0.26 | 0.36 |
| Hex | 46 | 73 | 43 | 27 | 0 | 2A | 37 | 74 | 1A | 24 |
| Octal | 106 | 163 | 103 | 47 | 0 | 52 | 67 | 164 | 32 | 44 |
| Binary | 1000110 | 1110011 | 1000011 | 100111 | 0 | 101010 | 110111 | 1110100 | 11010 | 100100 |
Color Harmonies of #467343
Complementary color
Monochromatic Colors of #467343
Black with #467343
Text Example
Text Example
White with #467343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467343; }
p { color: rgb(70,115,67); }
H1.HeaderClassName
{
color: #467343;
}
.AnyTagClassName
{
color: #467343;
}
</style>
background-color css
<style>
a { background-color: #467343; }
a { background-color: rgb(70,115,67); }
div.DivClassName
{
background-color: #467343;
}
.BgClassName
{
background-color: #467343;
}
</style>
border-color css
<style>
span { border-color: #467343; }
span { border-color: rgb(70,115,67); }
td.TdClassName
{
border-color: #467343;
}
.TagClassName
{
border-color: #467343;
}
</style>