Shades of Fern Green #538B44
Tints of Fern Green #538B44
RGB
CMYK
RGB Variations
Color information
#538B44 (or 0x538B44) is known color: Fern Green. HEX triplet: 53, 8B and 44. RGB value is (83,139,68). Sum of RGB (Red+Green+Blue) = 83+139+68=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #538B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B44 is #AC74BB. Grayscale: #727272. Windows color (decimal): -11302076 or 4492115. OLE color: 4492115.
HSL color Cylindrical-coordinate representation of color #538B44: hue angle of 107.32º 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 #538B44 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 139 | 68 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.45 |
| HSL | 107.32º | 0.34% | 0.41% | - |
| HSV(B) | 107.32º | 0.51% | 0.55% | - |
| XYZ | 13.84 | 20.72 | 8.74 | - |
| YUV | 114.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 68 | 0.40 | 0 | 0.51 | 0.45 | 107.32 | 0.34 | 0.41 |
| Hex | 53 | 8B | 44 | 28 | 0 | 33 | 2D | 6B | 22 | 29 |
| Octal | 123 | 213 | 104 | 50 | 0 | 63 | 55 | 153 | 42 | 51 |
| Binary | 1010011 | 10001011 | 1000100 | 101000 | 0 | 110011 | 101101 | 1101011 | 100010 | 101001 |
Color Harmonies of #538B44
Complementary color
Monochromatic Colors of #538B44
Black with #538B44
Text Example
Text Example
White with #538B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538B44; }
p { color: rgb(83,139,68); }
H1.HeaderClassName
{
color: #538B44;
}
.AnyTagClassName
{
color: #538B44;
}
</style>
background-color css
<style>
a { background-color: #538B44; }
a { background-color: rgb(83,139,68); }
div.DivClassName
{
background-color: #538B44;
}
.BgClassName
{
background-color: #538B44;
}
</style>
border-color css
<style>
span { border-color: #538B44; }
span { border-color: rgb(83,139,68); }
td.TdClassName
{
border-color: #538B44;
}
.TagClassName
{
border-color: #538B44;
}
</style>