Shades of Fern Green #487434
Tints of Fern Green #487434
RGB
CMYK
RGB Variations
Color information
#487434 (or 0x487434) is known color: Fern Green. HEX triplet: 48, 74 and 34. RGB value is (72,116,52). Sum of RGB (Red+Green+Blue) = 72+116+52=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #487434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487434 is #B78BCB. Grayscale: #5F5F5F. Windows color (decimal): -12028876 or 3437640. OLE color: 3437640.
HSL color Cylindrical-coordinate representation of color #487434: hue angle of 101.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #487434 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 116 | 52 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.55 |
| HSL | 101.25º | 0.38% | 0.33% | - |
| HSV(B) | 101.25º | 0.55% | 0.45% | - |
| XYZ | 9.54 | 14.12 | 5.47 | - |
| YUV | 95.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 52 | 0.38 | 0 | 0.55 | 0.55 | 101.25 | 0.38 | 0.33 |
| Hex | 48 | 74 | 34 | 26 | 0 | 37 | 37 | 65 | 26 | 21 |
| Octal | 110 | 164 | 64 | 46 | 0 | 67 | 67 | 145 | 46 | 41 |
| Binary | 1001000 | 1110100 | 110100 | 100110 | 0 | 110111 | 110111 | 1100101 | 100110 | 100001 |
Color Harmonies of #487434
Complementary color
Monochromatic Colors of #487434
Black with #487434
Text Example
Text Example
White with #487434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487434; }
p { color: rgb(72,116,52); }
H1.HeaderClassName
{
color: #487434;
}
.AnyTagClassName
{
color: #487434;
}
</style>
background-color css
<style>
a { background-color: #487434; }
a { background-color: rgb(72,116,52); }
div.DivClassName
{
background-color: #487434;
}
.BgClassName
{
background-color: #487434;
}
</style>
border-color css
<style>
span { border-color: #487434; }
span { border-color: rgb(72,116,52); }
td.TdClassName
{
border-color: #487434;
}
.TagClassName
{
border-color: #487434;
}
</style>