Shades of Fern Green #478643
Tints of Fern Green #478643
RGB
CMYK
RGB Variations
Color information
#478643 (or 0x478643) is known color: Fern Green. HEX triplet: 47, 86 and 43. RGB value is (71,134,67). Sum of RGB (Red+Green+Blue) = 71+134+67=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #478643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478643 is #B879BC. Grayscale: #6B6B6B. Windows color (decimal): -12089789 or 4425287. OLE color: 4425287.
HSL color Cylindrical-coordinate representation of color #478643: hue angle of 116.42º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478643 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 67 | - |
| CMYK | 0.47 | 0 | 0.5 | 0.47 |
| HSL | 116.42º | 0.33% | 0.39% | - |
| HSV(B) | 116.42º | 0.5% | 0.53% | - |
| XYZ | 12.14 | 18.8 | 8.3 | - |
| YUV | 107.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 67 | 0.47 | 0 | 0.5 | 0.47 | 116.42 | 0.33 | 0.39 |
| Hex | 47 | 86 | 43 | 2F | 0 | 32 | 2F | 74 | 21 | 27 |
| Octal | 107 | 206 | 103 | 57 | 0 | 62 | 57 | 164 | 41 | 47 |
| Binary | 1000111 | 10000110 | 1000011 | 101111 | 0 | 110010 | 101111 | 1110100 | 100001 | 100111 |
Color Harmonies of #478643
Complementary color
Monochromatic Colors of #478643
Black with #478643
Text Example
Text Example
White with #478643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478643; }
p { color: rgb(71,134,67); }
H1.HeaderClassName
{
color: #478643;
}
.AnyTagClassName
{
color: #478643;
}
</style>
background-color css
<style>
a { background-color: #478643; }
a { background-color: rgb(71,134,67); }
div.DivClassName
{
background-color: #478643;
}
.BgClassName
{
background-color: #478643;
}
</style>
border-color css
<style>
span { border-color: #478643; }
span { border-color: rgb(71,134,67); }
td.TdClassName
{
border-color: #478643;
}
.TagClassName
{
border-color: #478643;
}
</style>