Shades of Fern Green #487641
Tints of Fern Green #487641
RGB
CMYK
RGB Variations
Color information
#487641 (or 0x487641) is known color: Fern Green. HEX triplet: 48, 76 and 41. RGB value is (72,118,65). Sum of RGB (Red+Green+Blue) = 72+118+65=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #487641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487641 is #B789BE. Grayscale: #626262. Windows color (decimal): -12028351 or 4290120. OLE color: 4290120.
HSL color Cylindrical-coordinate representation of color #487641: hue angle of 112.08º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487641 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 118 | 65 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.54 |
| HSL | 112.08º | 0.29% | 0.36% | - |
| HSV(B) | 112.08º | 0.45% | 0.46% | - |
| XYZ | 10.11 | 14.72 | 7.31 | - |
| YUV | 98.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 65 | 0.39 | 0 | 0.45 | 0.54 | 112.08 | 0.29 | 0.36 |
| Hex | 48 | 76 | 41 | 27 | 0 | 2D | 36 | 70 | 1D | 24 |
| Octal | 110 | 166 | 101 | 47 | 0 | 55 | 66 | 160 | 35 | 44 |
| Binary | 1001000 | 1110110 | 1000001 | 100111 | 0 | 101101 | 110110 | 1110000 | 11101 | 100100 |
Color Harmonies of #487641
Complementary color
Monochromatic Colors of #487641
Black with #487641
Text Example
Text Example
White with #487641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487641; }
p { color: rgb(72,118,65); }
H1.HeaderClassName
{
color: #487641;
}
.AnyTagClassName
{
color: #487641;
}
</style>
background-color css
<style>
a { background-color: #487641; }
a { background-color: rgb(72,118,65); }
div.DivClassName
{
background-color: #487641;
}
.BgClassName
{
background-color: #487641;
}
</style>
border-color css
<style>
span { border-color: #487641; }
span { border-color: rgb(72,118,65); }
td.TdClassName
{
border-color: #487641;
}
.TagClassName
{
border-color: #487641;
}
</style>