Shades of Fern Green #487835
Tints of Fern Green #487835
RGB
CMYK
RGB Variations
Color information
#487835 (or 0x487835) is known color: Fern Green. HEX triplet: 48, 78 and 35. RGB value is (72,120,53). Sum of RGB (Red+Green+Blue) = 72+120+53=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #487835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487835 is #B787CA. Grayscale: #626262. Windows color (decimal): -12027851 or 3504200. OLE color: 3504200.
HSL color Cylindrical-coordinate representation of color #487835: hue angle of 102.99º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487835 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 53 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.53 |
| HSL | 102.99º | 0.39% | 0.34% | - |
| HSV(B) | 102.99º | 0.56% | 0.47% | - |
| XYZ | 10.03 | 15.07 | 5.75 | - |
| YUV | 98.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 53 | 0.40 | 0 | 0.56 | 0.53 | 102.99 | 0.39 | 0.34 |
| Hex | 48 | 78 | 35 | 28 | 0 | 38 | 35 | 67 | 27 | 22 |
| Octal | 110 | 170 | 65 | 50 | 0 | 70 | 65 | 147 | 47 | 42 |
| Binary | 1001000 | 1111000 | 110101 | 101000 | 0 | 111000 | 110101 | 1100111 | 100111 | 100010 |
Color Harmonies of #487835
Complementary color
Monochromatic Colors of #487835
Black with #487835
Text Example
Text Example
White with #487835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487835; }
p { color: rgb(72,120,53); }
H1.HeaderClassName
{
color: #487835;
}
.AnyTagClassName
{
color: #487835;
}
</style>
background-color css
<style>
a { background-color: #487835; }
a { background-color: rgb(72,120,53); }
div.DivClassName
{
background-color: #487835;
}
.BgClassName
{
background-color: #487835;
}
</style>
border-color css
<style>
span { border-color: #487835; }
span { border-color: rgb(72,120,53); }
td.TdClassName
{
border-color: #487835;
}
.TagClassName
{
border-color: #487835;
}
</style>