Shades of Fern Green #487943
Tints of Fern Green #487943
RGB
CMYK
RGB Variations
Color information
#487943 (or 0x487943) is known color: Fern Green. HEX triplet: 48, 79 and 43. RGB value is (72,121,67). Sum of RGB (Red+Green+Blue) = 72+121+67=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #487943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487943 is #B786BC. Grayscale: #646464. Windows color (decimal): -12027581 or 4421960. OLE color: 4421960.
HSL color Cylindrical-coordinate representation of color #487943: hue angle of 114.44º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487943 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 67 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.53 |
| HSL | 114.44º | 0.29% | 0.37% | - |
| HSV(B) | 114.44º | 0.45% | 0.47% | - |
| XYZ | 10.52 | 15.46 | 7.74 | - |
| YUV | 100.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 67 | 0.40 | 0 | 0.45 | 0.53 | 114.44 | 0.29 | 0.37 |
| Hex | 48 | 79 | 43 | 28 | 0 | 2D | 35 | 72 | 1D | 25 |
| Octal | 110 | 171 | 103 | 50 | 0 | 55 | 65 | 162 | 35 | 45 |
| Binary | 1001000 | 1111001 | 1000011 | 101000 | 0 | 101101 | 110101 | 1110010 | 11101 | 100101 |
Color Harmonies of #487943
Complementary color
Monochromatic Colors of #487943
Black with #487943
Text Example
Text Example
White with #487943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487943; }
p { color: rgb(72,121,67); }
H1.HeaderClassName
{
color: #487943;
}
.AnyTagClassName
{
color: #487943;
}
</style>
background-color css
<style>
a { background-color: #487943; }
a { background-color: rgb(72,121,67); }
div.DivClassName
{
background-color: #487943;
}
.BgClassName
{
background-color: #487943;
}
</style>
border-color css
<style>
span { border-color: #487943; }
span { border-color: rgb(72,121,67); }
td.TdClassName
{
border-color: #487943;
}
.TagClassName
{
border-color: #487943;
}
</style>