Shades of Fern Green #488A3F
Tints of Fern Green #488A3F
RGB
CMYK
RGB Variations
Color information
#488A3F (or 0x488A3F) is known color: Fern Green. HEX triplet: 48, 8A and 3F. RGB value is (72,138,63). Sum of RGB (Red+Green+Blue) = 72+138+63=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #488A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A3F is #B775C0. Grayscale: #6D6D6D. Windows color (decimal): -12023233 or 4164168. OLE color: 4164168.
HSL color Cylindrical-coordinate representation of color #488A3F: hue angle of 112.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #488A3F is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 63 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.46 |
| HSL | 112.8º | 0.37% | 0.39% | - |
| HSV(B) | 112.8º | 0.54% | 0.54% | - |
| XYZ | 12.66 | 19.91 | 7.88 | - |
| YUV | 109.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 63 | 0.48 | 0 | 0.54 | 0.46 | 112.8 | 0.37 | 0.39 |
| Hex | 48 | 8A | 3F | 30 | 0 | 36 | 2E | 71 | 25 | 27 |
| Octal | 110 | 212 | 77 | 60 | 0 | 66 | 56 | 161 | 45 | 47 |
| Binary | 1001000 | 10001010 | 111111 | 110000 | 0 | 110110 | 101110 | 1110001 | 100101 | 100111 |
Color Harmonies of #488A3F
Complementary color
Monochromatic Colors of #488A3F
Black with #488A3F
Text Example
Text Example
White with #488A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A3F; }
p { color: rgb(72,138,63); }
H1.HeaderClassName
{
color: #488A3F;
}
.AnyTagClassName
{
color: #488A3F;
}
</style>
background-color css
<style>
a { background-color: #488A3F; }
a { background-color: rgb(72,138,63); }
div.DivClassName
{
background-color: #488A3F;
}
.BgClassName
{
background-color: #488A3F;
}
</style>
border-color css
<style>
span { border-color: #488A3F; }
span { border-color: rgb(72,138,63); }
td.TdClassName
{
border-color: #488A3F;
}
.TagClassName
{
border-color: #488A3F;
}
</style>