Shades of Fern Green #487B43
Tints of Fern Green #487B43
RGB
CMYK
RGB Variations
Color information
#487B43 (or 0x487B43) is known color: Fern Green. HEX triplet: 48, 7B and 43. RGB value is (72,123,67). Sum of RGB (Red+Green+Blue) = 72+123+67=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #487B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487B43 is #B784BC. Grayscale: #656565. Windows color (decimal): -12027069 or 4422472. OLE color: 4422472.
HSL color Cylindrical-coordinate representation of color #487B43: hue angle of 114.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487B43 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 123 | 67 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.52 |
| HSL | 114.64º | 0.29% | 0.37% | - |
| HSV(B) | 114.64º | 0.46% | 0.48% | - |
| XYZ | 10.77 | 15.95 | 7.82 | - |
| YUV | 101.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 67 | 0.41 | 0 | 0.46 | 0.52 | 114.64 | 0.29 | 0.37 |
| Hex | 48 | 7B | 43 | 29 | 0 | 2E | 34 | 73 | 1D | 25 |
| Octal | 110 | 173 | 103 | 51 | 0 | 56 | 64 | 163 | 35 | 45 |
| Binary | 1001000 | 1111011 | 1000011 | 101001 | 0 | 101110 | 110100 | 1110011 | 11101 | 100101 |
Color Harmonies of #487B43
Complementary color
Monochromatic Colors of #487B43
Black with #487B43
Text Example
Text Example
White with #487B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B43; }
p { color: rgb(72,123,67); }
H1.HeaderClassName
{
color: #487B43;
}
.AnyTagClassName
{
color: #487B43;
}
</style>
background-color css
<style>
a { background-color: #487B43; }
a { background-color: rgb(72,123,67); }
div.DivClassName
{
background-color: #487B43;
}
.BgClassName
{
background-color: #487B43;
}
</style>
border-color css
<style>
span { border-color: #487B43; }
span { border-color: rgb(72,123,67); }
td.TdClassName
{
border-color: #487B43;
}
.TagClassName
{
border-color: #487B43;
}
</style>