Shades of Fern Green #488D44
Tints of Fern Green #488D44
RGB
CMYK
RGB Variations
Color information
#488D44 (or 0x488D44) is known color: Fern Green. HEX triplet: 48, 8D and 44. RGB value is (72,141,68). Sum of RGB (Red+Green+Blue) = 72+141+68=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #488D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488D44 is #B772BB. Grayscale: #707070. Windows color (decimal): -12022460 or 4492616. OLE color: 4492616.
HSL color Cylindrical-coordinate representation of color #488D44: hue angle of 116.71º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488D44 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 141 | 68 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.45 |
| HSL | 116.71º | 0.35% | 0.41% | - |
| HSV(B) | 116.71º | 0.52% | 0.55% | - |
| XYZ | 13.24 | 20.84 | 8.79 | - |
| YUV | 112.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 68 | 0.49 | 0 | 0.52 | 0.45 | 116.71 | 0.35 | 0.41 |
| Hex | 48 | 8D | 44 | 31 | 0 | 34 | 2D | 75 | 23 | 29 |
| Octal | 110 | 215 | 104 | 61 | 0 | 64 | 55 | 165 | 43 | 51 |
| Binary | 1001000 | 10001101 | 1000100 | 110001 | 0 | 110100 | 101101 | 1110101 | 100011 | 101001 |
Color Harmonies of #488D44
Complementary color
Monochromatic Colors of #488D44
Black with #488D44
Text Example
Text Example
White with #488D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488D44; }
p { color: rgb(72,141,68); }
H1.HeaderClassName
{
color: #488D44;
}
.AnyTagClassName
{
color: #488D44;
}
</style>
background-color css
<style>
a { background-color: #488D44; }
a { background-color: rgb(72,141,68); }
div.DivClassName
{
background-color: #488D44;
}
.BgClassName
{
background-color: #488D44;
}
</style>
border-color css
<style>
span { border-color: #488D44; }
span { border-color: rgb(72,141,68); }
td.TdClassName
{
border-color: #488D44;
}
.TagClassName
{
border-color: #488D44;
}
</style>