Shades of Fern Green #488B41
Tints of Fern Green #488B41
RGB
CMYK
RGB Variations
Color information
#488B41 (or 0x488B41) is known color: Fern Green. HEX triplet: 48, 8B and 41. RGB value is (72,139,65). Sum of RGB (Red+Green+Blue) = 72+139+65=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #488B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488B41 is #B774BE. Grayscale: #6E6E6E. Windows color (decimal): -12022975 or 4295496. OLE color: 4295496.
HSL color Cylindrical-coordinate representation of color #488B41: hue angle of 114.32º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #488B41 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 65 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.45 |
| HSL | 114.32º | 0.36% | 0.4% | - |
| HSV(B) | 114.32º | 0.53% | 0.55% | - |
| XYZ | 12.86 | 20.22 | 8.23 | - |
| YUV | 110.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 65 | 0.48 | 0 | 0.53 | 0.45 | 114.32 | 0.36 | 0.4 |
| Hex | 48 | 8B | 41 | 30 | 0 | 35 | 2D | 72 | 24 | 28 |
| Octal | 110 | 213 | 101 | 60 | 0 | 65 | 55 | 162 | 44 | 50 |
| Binary | 1001000 | 10001011 | 1000001 | 110000 | 0 | 110101 | 101101 | 1110010 | 100100 | 101000 |
Color Harmonies of #488B41
Complementary color
Monochromatic Colors of #488B41
Black with #488B41
Text Example
Text Example
White with #488B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B41; }
p { color: rgb(72,139,65); }
H1.HeaderClassName
{
color: #488B41;
}
.AnyTagClassName
{
color: #488B41;
}
</style>
background-color css
<style>
a { background-color: #488B41; }
a { background-color: rgb(72,139,65); }
div.DivClassName
{
background-color: #488B41;
}
.BgClassName
{
background-color: #488B41;
}
</style>
border-color css
<style>
span { border-color: #488B41; }
span { border-color: rgb(72,139,65); }
td.TdClassName
{
border-color: #488B41;
}
.TagClassName
{
border-color: #488B41;
}
</style>