Shades of Fern Green #488C41
Tints of Fern Green #488C41
RGB
CMYK
RGB Variations
Color information
#488C41 (or 0x488C41) is known color: Fern Green. HEX triplet: 48, 8C and 41. RGB value is (72,140,65). Sum of RGB (Red+Green+Blue) = 72+140+65=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #488C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C41 is #B773BE. Grayscale: #6F6F6F. Windows color (decimal): -12022719 or 4295752. OLE color: 4295752.
HSL color Cylindrical-coordinate representation of color #488C41: hue angle of 114.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #488C41 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 65 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.45 |
| HSL | 114.4º | 0.37% | 0.4% | - |
| HSV(B) | 114.4º | 0.54% | 0.55% | - |
| XYZ | 13 | 20.52 | 8.28 | - |
| YUV | 111.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 65 | 0.49 | 0 | 0.54 | 0.45 | 114.4 | 0.37 | 0.4 |
| Hex | 48 | 8C | 41 | 31 | 0 | 36 | 2D | 72 | 25 | 28 |
| Octal | 110 | 214 | 101 | 61 | 0 | 66 | 55 | 162 | 45 | 50 |
| Binary | 1001000 | 10001100 | 1000001 | 110001 | 0 | 110110 | 101101 | 1110010 | 100101 | 101000 |
Color Harmonies of #488C41
Complementary color
Monochromatic Colors of #488C41
Black with #488C41
Text Example
Text Example
White with #488C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C41; }
p { color: rgb(72,140,65); }
H1.HeaderClassName
{
color: #488C41;
}
.AnyTagClassName
{
color: #488C41;
}
</style>
background-color css
<style>
a { background-color: #488C41; }
a { background-color: rgb(72,140,65); }
div.DivClassName
{
background-color: #488C41;
}
.BgClassName
{
background-color: #488C41;
}
</style>
border-color css
<style>
span { border-color: #488C41; }
span { border-color: rgb(72,140,65); }
td.TdClassName
{
border-color: #488C41;
}
.TagClassName
{
border-color: #488C41;
}
</style>