Shades of Fern Green #538D45
Tints of Fern Green #538D45
RGB
CMYK
RGB Variations
Color information
#538D45 (or 0x538D45) is known color: Fern Green. HEX triplet: 53, 8D and 45. RGB value is (83,141,69). Sum of RGB (Red+Green+Blue) = 83+141+69=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #538D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538D45 is #AC72BA. Grayscale: #737373. Windows color (decimal): -11301563 or 4558163. OLE color: 4558163.
HSL color Cylindrical-coordinate representation of color #538D45: hue angle of 108.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #538D45 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 69 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.45 |
| HSL | 108.33º | 0.34% | 0.41% | - |
| HSV(B) | 108.33º | 0.51% | 0.55% | - |
| XYZ | 14.17 | 21.32 | 9 | - |
| YUV | 115.45 | 101.78 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 69 | 0.41 | 0 | 0.51 | 0.45 | 108.33 | 0.34 | 0.41 |
| Hex | 53 | 8D | 45 | 29 | 0 | 33 | 2D | 6C | 22 | 29 |
| Octal | 123 | 215 | 105 | 51 | 0 | 63 | 55 | 154 | 42 | 51 |
| Binary | 1010011 | 10001101 | 1000101 | 101001 | 0 | 110011 | 101101 | 1101100 | 100010 | 101001 |
Color Harmonies of #538D45
Complementary color
Monochromatic Colors of #538D45
Black with #538D45
Text Example
Text Example
White with #538D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D45; }
p { color: rgb(83,141,69); }
H1.HeaderClassName
{
color: #538D45;
}
.AnyTagClassName
{
color: #538D45;
}
</style>
background-color css
<style>
a { background-color: #538D45; }
a { background-color: rgb(83,141,69); }
div.DivClassName
{
background-color: #538D45;
}
.BgClassName
{
background-color: #538D45;
}
</style>
border-color css
<style>
span { border-color: #538D45; }
span { border-color: rgb(83,141,69); }
td.TdClassName
{
border-color: #538D45;
}
.TagClassName
{
border-color: #538D45;
}
</style>