Shades of Fern Green #487838
Tints of Fern Green #487838
RGB
CMYK
RGB Variations
Color information
#487838 (or 0x487838) is known color: Fern Green. HEX triplet: 48, 78 and 38. RGB value is (72,120,56). Sum of RGB (Red+Green+Blue) = 72+120+56=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #487838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487838 is #B787C7. Grayscale: #626262. Windows color (decimal): -12027848 or 3700808. OLE color: 3700808.
HSL color Cylindrical-coordinate representation of color #487838: hue angle of 105º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487838 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 56 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.53 |
| HSL | 105º | 0.36% | 0.35% | - |
| HSV(B) | 105º | 0.53% | 0.47% | - |
| XYZ | 10.1 | 15.1 | 6.12 | - |
| YUV | 98.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 56 | 0.40 | 0 | 0.53 | 0.53 | 105 | 0.36 | 0.35 |
| Hex | 48 | 78 | 38 | 28 | 0 | 35 | 35 | 69 | 24 | 23 |
| Octal | 110 | 170 | 70 | 50 | 0 | 65 | 65 | 151 | 44 | 43 |
| Binary | 1001000 | 1111000 | 111000 | 101000 | 0 | 110101 | 110101 | 1101001 | 100100 | 100011 |
Color Harmonies of #487838
Complementary color
Monochromatic Colors of #487838
Black with #487838
Text Example
Text Example
White with #487838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487838; }
p { color: rgb(72,120,56); }
H1.HeaderClassName
{
color: #487838;
}
.AnyTagClassName
{
color: #487838;
}
</style>
background-color css
<style>
a { background-color: #487838; }
a { background-color: rgb(72,120,56); }
div.DivClassName
{
background-color: #487838;
}
.BgClassName
{
background-color: #487838;
}
</style>
border-color css
<style>
span { border-color: #487838; }
span { border-color: rgb(72,120,56); }
td.TdClassName
{
border-color: #487838;
}
.TagClassName
{
border-color: #487838;
}
</style>