Shades of Fern Green #487741
Tints of Fern Green #487741
RGB
CMYK
RGB Variations
Color information
#487741 (or 0x487741) is known color: Fern Green. HEX triplet: 48, 77 and 41. RGB value is (72,119,65). Sum of RGB (Red+Green+Blue) = 72+119+65=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #487741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487741 is #B788BE. Grayscale: #626262. Windows color (decimal): -12028095 or 4290376. OLE color: 4290376.
HSL color Cylindrical-coordinate representation of color #487741: hue angle of 112.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487741 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 119 | 65 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.53 |
| HSL | 112.22º | 0.29% | 0.36% | - |
| HSV(B) | 112.22º | 0.45% | 0.47% | - |
| XYZ | 10.22 | 14.95 | 7.35 | - |
| YUV | 98.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 65 | 0.39 | 0 | 0.45 | 0.53 | 112.22 | 0.29 | 0.36 |
| Hex | 48 | 77 | 41 | 27 | 0 | 2D | 35 | 70 | 1D | 24 |
| Octal | 110 | 167 | 101 | 47 | 0 | 55 | 65 | 160 | 35 | 44 |
| Binary | 1001000 | 1110111 | 1000001 | 100111 | 0 | 101101 | 110101 | 1110000 | 11101 | 100100 |
Color Harmonies of #487741
Complementary color
Monochromatic Colors of #487741
Black with #487741
Text Example
Text Example
White with #487741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487741; }
p { color: rgb(72,119,65); }
H1.HeaderClassName
{
color: #487741;
}
.AnyTagClassName
{
color: #487741;
}
</style>
background-color css
<style>
a { background-color: #487741; }
a { background-color: rgb(72,119,65); }
div.DivClassName
{
background-color: #487741;
}
.BgClassName
{
background-color: #487741;
}
</style>
border-color css
<style>
span { border-color: #487741; }
span { border-color: rgb(72,119,65); }
td.TdClassName
{
border-color: #487741;
}
.TagClassName
{
border-color: #487741;
}
</style>