Shades of Fern Green #488A43
Tints of Fern Green #488A43
RGB
CMYK
RGB Variations
Color information
#488A43 (or 0x488A43) is known color: Fern Green. HEX triplet: 48, 8A and 43. RGB value is (72,138,67). Sum of RGB (Red+Green+Blue) = 72+138+67=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #488A43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488A43 is #B775BC. Grayscale: #6E6E6E. Windows color (decimal): -12023229 or 4426312. OLE color: 4426312.
HSL color Cylindrical-coordinate representation of color #488A43: hue angle of 115.77º degrees, saturation: 0.35, 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 #488A43 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 67 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.46 |
| HSL | 115.77º | 0.35% | 0.4% | - |
| HSV(B) | 115.77º | 0.51% | 0.54% | - |
| XYZ | 12.77 | 19.96 | 8.49 | - |
| YUV | 110.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 67 | 0.48 | 0 | 0.51 | 0.46 | 115.77 | 0.35 | 0.4 |
| Hex | 48 | 8A | 43 | 30 | 0 | 33 | 2E | 74 | 23 | 28 |
| Octal | 110 | 212 | 103 | 60 | 0 | 63 | 56 | 164 | 43 | 50 |
| Binary | 1001000 | 10001010 | 1000011 | 110000 | 0 | 110011 | 101110 | 1110100 | 100011 | 101000 |
Color Harmonies of #488A43
Complementary color
Monochromatic Colors of #488A43
Black with #488A43
Text Example
Text Example
White with #488A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A43; }
p { color: rgb(72,138,67); }
H1.HeaderClassName
{
color: #488A43;
}
.AnyTagClassName
{
color: #488A43;
}
</style>
background-color css
<style>
a { background-color: #488A43; }
a { background-color: rgb(72,138,67); }
div.DivClassName
{
background-color: #488A43;
}
.BgClassName
{
background-color: #488A43;
}
</style>
border-color css
<style>
span { border-color: #488A43; }
span { border-color: rgb(72,138,67); }
td.TdClassName
{
border-color: #488A43;
}
.TagClassName
{
border-color: #488A43;
}
</style>