Shades of Fern Green #488238
Tints of Fern Green #488238
RGB
CMYK
RGB Variations
Color information
#488238 (or 0x488238) is known color: Fern Green. HEX triplet: 48, 82 and 38. RGB value is (72,130,56). Sum of RGB (Red+Green+Blue) = 72+130+56=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #488238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488238 is #B77DC7. Grayscale: #686868. Windows color (decimal): -12025288 or 3703368. OLE color: 3703368.
HSL color Cylindrical-coordinate representation of color #488238: hue angle of 107.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #488238 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 56 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.49 |
| HSL | 107.03º | 0.4% | 0.36% | - |
| HSV(B) | 107.03º | 0.57% | 0.51% | - |
| XYZ | 11.37 | 17.63 | 6.54 | - |
| YUV | 104.22 | 100.78 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 56 | 0.45 | 0 | 0.57 | 0.49 | 107.03 | 0.4 | 0.36 |
| Hex | 48 | 82 | 38 | 2D | 0 | 39 | 31 | 6B | 28 | 24 |
| Octal | 110 | 202 | 70 | 55 | 0 | 71 | 61 | 153 | 50 | 44 |
| Binary | 1001000 | 10000010 | 111000 | 101101 | 0 | 111001 | 110001 | 1101011 | 101000 | 100100 |
Color Harmonies of #488238
Complementary color
Monochromatic Colors of #488238
Black with #488238
Text Example
Text Example
White with #488238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488238; }
p { color: rgb(72,130,56); }
H1.HeaderClassName
{
color: #488238;
}
.AnyTagClassName
{
color: #488238;
}
</style>
background-color css
<style>
a { background-color: #488238; }
a { background-color: rgb(72,130,56); }
div.DivClassName
{
background-color: #488238;
}
.BgClassName
{
background-color: #488238;
}
</style>
border-color css
<style>
span { border-color: #488238; }
span { border-color: rgb(72,130,56); }
td.TdClassName
{
border-color: #488238;
}
.TagClassName
{
border-color: #488238;
}
</style>