Shades of Fern Green #488844
Tints of Fern Green #488844
RGB
CMYK
RGB Variations
Color information
#488844 (or 0x488844) is known color: Fern Green. HEX triplet: 48, 88 and 44. RGB value is (72,136,68). Sum of RGB (Red+Green+Blue) = 72+136+68=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #488844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488844 is #B777BB. Grayscale: #6D6D6D. Windows color (decimal): -12023740 or 4491336. OLE color: 4491336.
HSL color Cylindrical-coordinate representation of color #488844: hue angle of 116.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488844 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 68 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.47 |
| HSL | 116.47º | 0.33% | 0.4% | - |
| HSV(B) | 116.47º | 0.5% | 0.53% | - |
| XYZ | 12.52 | 19.4 | 8.55 | - |
| YUV | 109.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 68 | 0.47 | 0 | 0.50 | 0.47 | 116.47 | 0.33 | 0.4 |
| Hex | 48 | 88 | 44 | 2F | 0 | 32 | 2F | 74 | 21 | 28 |
| Octal | 110 | 210 | 104 | 57 | 0 | 62 | 57 | 164 | 41 | 50 |
| Binary | 1001000 | 10001000 | 1000100 | 101111 | 0 | 110010 | 101111 | 1110100 | 100001 | 101000 |
Color Harmonies of #488844
Complementary color
Monochromatic Colors of #488844
Black with #488844
Text Example
Text Example
White with #488844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488844; }
p { color: rgb(72,136,68); }
H1.HeaderClassName
{
color: #488844;
}
.AnyTagClassName
{
color: #488844;
}
</style>
background-color css
<style>
a { background-color: #488844; }
a { background-color: rgb(72,136,68); }
div.DivClassName
{
background-color: #488844;
}
.BgClassName
{
background-color: #488844;
}
</style>
border-color css
<style>
span { border-color: #488844; }
span { border-color: rgb(72,136,68); }
td.TdClassName
{
border-color: #488844;
}
.TagClassName
{
border-color: #488844;
}
</style>