Shades of Fern Green #488643
Tints of Fern Green #488643
RGB
CMYK
RGB Variations
Color information
#488643 (or 0x488643) is known color: Fern Green. HEX triplet: 48, 86 and 43. RGB value is (72,134,67). Sum of RGB (Red+Green+Blue) = 72+134+67=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #488643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488643 is #B779BC. Grayscale: #6C6C6C. Windows color (decimal): -12024253 or 4425288. OLE color: 4425288.
HSL color Cylindrical-coordinate representation of color #488643: hue angle of 115.52º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488643 is Cyan = 0.46, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 67 | - |
| CMYK | 0.46 | 0 | 0.5 | 0.47 |
| HSL | 115.52º | 0.33% | 0.39% | - |
| HSV(B) | 115.52º | 0.5% | 0.53% | - |
| XYZ | 12.21 | 18.83 | 8.3 | - |
| YUV | 107.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 67 | 0.46 | 0 | 0.5 | 0.47 | 115.52 | 0.33 | 0.39 |
| Hex | 48 | 86 | 43 | 2E | 0 | 32 | 2F | 74 | 21 | 27 |
| Octal | 110 | 206 | 103 | 56 | 0 | 62 | 57 | 164 | 41 | 47 |
| Binary | 1001000 | 10000110 | 1000011 | 101110 | 0 | 110010 | 101111 | 1110100 | 100001 | 100111 |
Color Harmonies of #488643
Complementary color
Monochromatic Colors of #488643
Black with #488643
Text Example
Text Example
White with #488643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488643; }
p { color: rgb(72,134,67); }
H1.HeaderClassName
{
color: #488643;
}
.AnyTagClassName
{
color: #488643;
}
</style>
background-color css
<style>
a { background-color: #488643; }
a { background-color: rgb(72,134,67); }
div.DivClassName
{
background-color: #488643;
}
.BgClassName
{
background-color: #488643;
}
</style>
border-color css
<style>
span { border-color: #488643; }
span { border-color: rgb(72,134,67); }
td.TdClassName
{
border-color: #488643;
}
.TagClassName
{
border-color: #488643;
}
</style>