Shades of Fern Green #53903F
Tints of Fern Green #53903F
RGB
CMYK
RGB Variations
Color information
#53903F (or 0x53903F) is known color: Fern Green. HEX triplet: 53, 90 and 3F. RGB value is (83,144,63). Sum of RGB (Red+Green+Blue) = 83+144+63=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #53903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53903F is #AC6FC0. Grayscale: #747474. Windows color (decimal): -11300801 or 4165715. OLE color: 4165715.
HSL color Cylindrical-coordinate representation of color #53903F: hue angle of 105.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53903F is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 63 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.44 |
| HSL | 105.19º | 0.39% | 0.41% | - |
| HSV(B) | 105.19º | 0.56% | 0.56% | - |
| XYZ | 14.44 | 22.14 | 8.22 | - |
| YUV | 116.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 63 | 0.42 | 0 | 0.56 | 0.44 | 105.19 | 0.39 | 0.41 |
| Hex | 53 | 90 | 3F | 2A | 0 | 38 | 2C | 69 | 27 | 29 |
| Octal | 123 | 220 | 77 | 52 | 0 | 70 | 54 | 151 | 47 | 51 |
| Binary | 1010011 | 10010000 | 111111 | 101010 | 0 | 111000 | 101100 | 1101001 | 100111 | 101001 |
Color Harmonies of #53903F
Complementary color
Monochromatic Colors of #53903F
Black with #53903F
Text Example
Text Example
White with #53903F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53903F; }
p { color: rgb(83,144,63); }
H1.HeaderClassName
{
color: #53903F;
}
.AnyTagClassName
{
color: #53903F;
}
</style>
background-color css
<style>
a { background-color: #53903F; }
a { background-color: rgb(83,144,63); }
div.DivClassName
{
background-color: #53903F;
}
.BgClassName
{
background-color: #53903F;
}
</style>
border-color css
<style>
span { border-color: #53903F; }
span { border-color: rgb(83,144,63); }
td.TdClassName
{
border-color: #53903F;
}
.TagClassName
{
border-color: #53903F;
}
</style>