Shades of Fern Green #48833A
Tints of Fern Green #48833A
RGB
CMYK
RGB Variations
Color information
#48833A (or 0x48833A) is known color: Fern Green. HEX triplet: 48, 83 and 3A. RGB value is (72,131,58). Sum of RGB (Red+Green+Blue) = 72+131+58=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #48833A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48833A is #B77CC5. Grayscale: #696969. Windows color (decimal): -12025030 or 3834696. OLE color: 3834696.
HSL color Cylindrical-coordinate representation of color #48833A: hue angle of 108.49º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48833A is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 58 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.49 |
| HSL | 108.49º | 0.39% | 0.37% | - |
| HSV(B) | 108.49º | 0.56% | 0.51% | - |
| XYZ | 11.55 | 17.92 | 6.85 | - |
| YUV | 105.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 58 | 0.45 | 0 | 0.56 | 0.49 | 108.49 | 0.39 | 0.37 |
| Hex | 48 | 83 | 3A | 2D | 0 | 38 | 31 | 6C | 27 | 25 |
| Octal | 110 | 203 | 72 | 55 | 0 | 70 | 61 | 154 | 47 | 45 |
| Binary | 1001000 | 10000011 | 111010 | 101101 | 0 | 111000 | 110001 | 1101100 | 100111 | 100101 |
Color Harmonies of #48833A
Complementary color
Monochromatic Colors of #48833A
Black with #48833A
Text Example
Text Example
White with #48833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48833A; }
p { color: rgb(72,131,58); }
H1.HeaderClassName
{
color: #48833A;
}
.AnyTagClassName
{
color: #48833A;
}
</style>
background-color css
<style>
a { background-color: #48833A; }
a { background-color: rgb(72,131,58); }
div.DivClassName
{
background-color: #48833A;
}
.BgClassName
{
background-color: #48833A;
}
</style>
border-color css
<style>
span { border-color: #48833A; }
span { border-color: rgb(72,131,58); }
td.TdClassName
{
border-color: #48833A;
}
.TagClassName
{
border-color: #48833A;
}
</style>