Shades of Fern Green #538649
Tints of Fern Green #538649
RGB
CMYK
RGB Variations
Color information
#538649 (or 0x538649) is known color: Fern Green. HEX triplet: 53, 86 and 49. RGB value is (83,134,73). Sum of RGB (Red+Green+Blue) = 83+134+73=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #538649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538649 is #AC79B6. Grayscale: #6F6F6F. Windows color (decimal): -11303351 or 4818515. OLE color: 4818515.
HSL color Cylindrical-coordinate representation of color #538649: hue angle of 110.16º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538649 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 73 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.47 |
| HSL | 110.16º | 0.29% | 0.41% | - |
| HSV(B) | 110.16º | 0.46% | 0.53% | - |
| XYZ | 13.29 | 19.37 | 9.34 | - |
| YUV | 111.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 73 | 0.38 | 0 | 0.46 | 0.47 | 110.16 | 0.29 | 0.41 |
| Hex | 53 | 86 | 49 | 26 | 0 | 2E | 2F | 6E | 1D | 29 |
| Octal | 123 | 206 | 111 | 46 | 0 | 56 | 57 | 156 | 35 | 51 |
| Binary | 1010011 | 10000110 | 1001001 | 100110 | 0 | 101110 | 101111 | 1101110 | 11101 | 101001 |
Color Harmonies of #538649
Complementary color
Monochromatic Colors of #538649
Black with #538649
Text Example
Text Example
White with #538649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538649; }
p { color: rgb(83,134,73); }
H1.HeaderClassName
{
color: #538649;
}
.AnyTagClassName
{
color: #538649;
}
</style>
background-color css
<style>
a { background-color: #538649; }
a { background-color: rgb(83,134,73); }
div.DivClassName
{
background-color: #538649;
}
.BgClassName
{
background-color: #538649;
}
</style>
border-color css
<style>
span { border-color: #538649; }
span { border-color: rgb(83,134,73); }
td.TdClassName
{
border-color: #538649;
}
.TagClassName
{
border-color: #538649;
}
</style>