Shades of Fern Green #538941
Tints of Fern Green #538941
RGB
CMYK
RGB Variations
Color information
#538941 (or 0x538941) is known color: Fern Green. HEX triplet: 53, 89 and 41. RGB value is (83,137,65). Sum of RGB (Red+Green+Blue) = 83+137+65=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #538941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538941 is #AC76BE. Grayscale: #707070. Windows color (decimal): -11302591 or 4294995. OLE color: 4294995.
HSL color Cylindrical-coordinate representation of color #538941: hue angle of 105º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #538941 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 137 | 65 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.46 |
| HSL | 105º | 0.36% | 0.4% | - |
| HSV(B) | 105º | 0.53% | 0.54% | - |
| XYZ | 13.47 | 20.11 | 8.17 | - |
| YUV | 112.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 65 | 0.39 | 0 | 0.53 | 0.46 | 105 | 0.36 | 0.4 |
| Hex | 53 | 89 | 41 | 27 | 0 | 35 | 2E | 69 | 24 | 28 |
| Octal | 123 | 211 | 101 | 47 | 0 | 65 | 56 | 151 | 44 | 50 |
| Binary | 1010011 | 10001001 | 1000001 | 100111 | 0 | 110101 | 101110 | 1101001 | 100100 | 101000 |
Color Harmonies of #538941
Complementary color
Monochromatic Colors of #538941
Black with #538941
Text Example
Text Example
White with #538941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538941; }
p { color: rgb(83,137,65); }
H1.HeaderClassName
{
color: #538941;
}
.AnyTagClassName
{
color: #538941;
}
</style>
background-color css
<style>
a { background-color: #538941; }
a { background-color: rgb(83,137,65); }
div.DivClassName
{
background-color: #538941;
}
.BgClassName
{
background-color: #538941;
}
</style>
border-color css
<style>
span { border-color: #538941; }
span { border-color: rgb(83,137,65); }
td.TdClassName
{
border-color: #538941;
}
.TagClassName
{
border-color: #538941;
}
</style>