Shades of Fern Green #488943
Tints of Fern Green #488943
RGB
CMYK
RGB Variations
Color information
#488943 (or 0x488943) is known color: Fern Green. HEX triplet: 48, 89 and 43. RGB value is (72,137,67). Sum of RGB (Red+Green+Blue) = 72+137+67=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #488943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488943 is #B776BC. Grayscale: #6D6D6D. Windows color (decimal): -12023485 or 4426056. OLE color: 4426056.
HSL color Cylindrical-coordinate representation of color #488943: hue angle of 115.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488943 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 67 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.46 |
| HSL | 115.71º | 0.34% | 0.4% | - |
| HSV(B) | 115.71º | 0.51% | 0.54% | - |
| XYZ | 12.63 | 19.67 | 8.44 | - |
| YUV | 109.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 67 | 0.47 | 0 | 0.51 | 0.46 | 115.71 | 0.34 | 0.4 |
| Hex | 48 | 89 | 43 | 2F | 0 | 33 | 2E | 74 | 22 | 28 |
| Octal | 110 | 211 | 103 | 57 | 0 | 63 | 56 | 164 | 42 | 50 |
| Binary | 1001000 | 10001001 | 1000011 | 101111 | 0 | 110011 | 101110 | 1110100 | 100010 | 101000 |
Color Harmonies of #488943
Complementary color
Monochromatic Colors of #488943
Black with #488943
Text Example
Text Example
White with #488943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488943; }
p { color: rgb(72,137,67); }
H1.HeaderClassName
{
color: #488943;
}
.AnyTagClassName
{
color: #488943;
}
</style>
background-color css
<style>
a { background-color: #488943; }
a { background-color: rgb(72,137,67); }
div.DivClassName
{
background-color: #488943;
}
.BgClassName
{
background-color: #488943;
}
</style>
border-color css
<style>
span { border-color: #488943; }
span { border-color: rgb(72,137,67); }
td.TdClassName
{
border-color: #488943;
}
.TagClassName
{
border-color: #488943;
}
</style>