Shades of Fern Green #538A3F
Tints of Fern Green #538A3F
RGB
CMYK
RGB Variations
Color information
#538A3F (or 0x538A3F) is known color: Fern Green. HEX triplet: 53, 8A and 3F. RGB value is (83,138,63). Sum of RGB (Red+Green+Blue) = 83+138+63=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #538A3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538A3F is #AC75C0. Grayscale: #717171. Windows color (decimal): -11302337 or 4164179. OLE color: 4164179.
HSL color Cylindrical-coordinate representation of color #538A3F: hue angle of 104º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538A3F is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 63 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.46 |
| HSL | 104º | 0.37% | 0.39% | - |
| HSV(B) | 104º | 0.54% | 0.54% | - |
| XYZ | 13.55 | 20.37 | 7.92 | - |
| YUV | 113.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 63 | 0.40 | 0 | 0.54 | 0.46 | 104 | 0.37 | 0.39 |
| Hex | 53 | 8A | 3F | 28 | 0 | 36 | 2E | 68 | 25 | 27 |
| Octal | 123 | 212 | 77 | 50 | 0 | 66 | 56 | 150 | 45 | 47 |
| Binary | 1010011 | 10001010 | 111111 | 101000 | 0 | 110110 | 101110 | 1101000 | 100101 | 100111 |
Color Harmonies of #538A3F
Complementary color
Monochromatic Colors of #538A3F
Black with #538A3F
Text Example
Text Example
White with #538A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A3F; }
p { color: rgb(83,138,63); }
H1.HeaderClassName
{
color: #538A3F;
}
.AnyTagClassName
{
color: #538A3F;
}
</style>
background-color css
<style>
a { background-color: #538A3F; }
a { background-color: rgb(83,138,63); }
div.DivClassName
{
background-color: #538A3F;
}
.BgClassName
{
background-color: #538A3F;
}
</style>
border-color css
<style>
span { border-color: #538A3F; }
span { border-color: rgb(83,138,63); }
td.TdClassName
{
border-color: #538A3F;
}
.TagClassName
{
border-color: #538A3F;
}
</style>