Shades of Fern Green #537B4B
Tints of Fern Green #537B4B
RGB
CMYK
RGB Variations
Color information
#537B4B (or 0x537B4B) is known color: Fern Green. HEX triplet: 53, 7B and 4B. RGB value is (83,123,75). Sum of RGB (Red+Green+Blue) = 83+123+75=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #537B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537B4B is #AC84B4. Grayscale: #696969. Windows color (decimal): -11306165 or 4946771. OLE color: 4946771.
HSL color Cylindrical-coordinate representation of color #537B4B: hue angle of 110º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537B4B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 75 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.52 |
| HSL | 110º | 0.24% | 0.39% | - |
| HSV(B) | 110º | 0.39% | 0.48% | - |
| XYZ | 11.92 | 16.51 | 9.22 | - |
| YUV | 105.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 75 | 0.33 | 0 | 0.39 | 0.52 | 110 | 0.24 | 0.39 |
| Hex | 53 | 7B | 4B | 21 | 0 | 27 | 34 | 6E | 18 | 27 |
| Octal | 123 | 173 | 113 | 41 | 0 | 47 | 64 | 156 | 30 | 47 |
| Binary | 1010011 | 1111011 | 1001011 | 100001 | 0 | 100111 | 110100 | 1101110 | 11000 | 100111 |
Color Harmonies of #537B4B
Complementary color
Monochromatic Colors of #537B4B
Black with #537B4B
Text Example
Text Example
White with #537B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B4B; }
p { color: rgb(83,123,75); }
H1.HeaderClassName
{
color: #537B4B;
}
.AnyTagClassName
{
color: #537B4B;
}
</style>
background-color css
<style>
a { background-color: #537B4B; }
a { background-color: rgb(83,123,75); }
div.DivClassName
{
background-color: #537B4B;
}
.BgClassName
{
background-color: #537B4B;
}
</style>
border-color css
<style>
span { border-color: #537B4B; }
span { border-color: rgb(83,123,75); }
td.TdClassName
{
border-color: #537B4B;
}
.TagClassName
{
border-color: #537B4B;
}
</style>