Shades of Fern Green #538841
Tints of Fern Green #538841
RGB
CMYK
RGB Variations
Color information
#538841 (or 0x538841) is known color: Fern Green. HEX triplet: 53, 88 and 41. RGB value is (83,136,65). Sum of RGB (Red+Green+Blue) = 83+136+65=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #538841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538841 is #AC77BE. Grayscale: #707070. Windows color (decimal): -11302847 or 4294739. OLE color: 4294739.
HSL color Cylindrical-coordinate representation of color #538841: hue angle of 104.79º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538841 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 65 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.47 |
| HSL | 104.79º | 0.35% | 0.39% | - |
| HSV(B) | 104.79º | 0.52% | 0.53% | - |
| XYZ | 13.33 | 19.83 | 8.13 | - |
| YUV | 112.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 65 | 0.39 | 0 | 0.52 | 0.47 | 104.79 | 0.35 | 0.39 |
| Hex | 53 | 88 | 41 | 27 | 0 | 34 | 2F | 69 | 23 | 27 |
| Octal | 123 | 210 | 101 | 47 | 0 | 64 | 57 | 151 | 43 | 47 |
| Binary | 1010011 | 10001000 | 1000001 | 100111 | 0 | 110100 | 101111 | 1101001 | 100011 | 100111 |
Color Harmonies of #538841
Complementary color
Monochromatic Colors of #538841
Black with #538841
Text Example
Text Example
White with #538841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538841; }
p { color: rgb(83,136,65); }
H1.HeaderClassName
{
color: #538841;
}
.AnyTagClassName
{
color: #538841;
}
</style>
background-color css
<style>
a { background-color: #538841; }
a { background-color: rgb(83,136,65); }
div.DivClassName
{
background-color: #538841;
}
.BgClassName
{
background-color: #538841;
}
</style>
border-color css
<style>
span { border-color: #538841; }
span { border-color: rgb(83,136,65); }
td.TdClassName
{
border-color: #538841;
}
.TagClassName
{
border-color: #538841;
}
</style>