Shades of Fern Green #487A3C
Tints of Fern Green #487A3C
RGB
CMYK
RGB Variations
Color information
#487A3C (or 0x487A3C) is known color: Fern Green. HEX triplet: 48, 7A and 3C. RGB value is (72,122,60). Sum of RGB (Red+Green+Blue) = 72+122+60=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #487A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A3C is #B785C3. Grayscale: #646464. Windows color (decimal): -12027332 or 3963464. OLE color: 3963464.
HSL color Cylindrical-coordinate representation of color #487A3C: hue angle of 108.39º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487A3C is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 60 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.52 |
| HSL | 108.39º | 0.34% | 0.36% | - |
| HSV(B) | 108.39º | 0.51% | 0.48% | - |
| XYZ | 10.45 | 15.62 | 6.74 | - |
| YUV | 99.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 60 | 0.41 | 0 | 0.51 | 0.52 | 108.39 | 0.34 | 0.36 |
| Hex | 48 | 7A | 3C | 29 | 0 | 33 | 34 | 6C | 22 | 24 |
| Octal | 110 | 172 | 74 | 51 | 0 | 63 | 64 | 154 | 42 | 44 |
| Binary | 1001000 | 1111010 | 111100 | 101001 | 0 | 110011 | 110100 | 1101100 | 100010 | 100100 |
Color Harmonies of #487A3C
Complementary color
Monochromatic Colors of #487A3C
Black with #487A3C
Text Example
Text Example
White with #487A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A3C; }
p { color: rgb(72,122,60); }
H1.HeaderClassName
{
color: #487A3C;
}
.AnyTagClassName
{
color: #487A3C;
}
</style>
background-color css
<style>
a { background-color: #487A3C; }
a { background-color: rgb(72,122,60); }
div.DivClassName
{
background-color: #487A3C;
}
.BgClassName
{
background-color: #487A3C;
}
</style>
border-color css
<style>
span { border-color: #487A3C; }
span { border-color: rgb(72,122,60); }
td.TdClassName
{
border-color: #487A3C;
}
.TagClassName
{
border-color: #487A3C;
}
</style>