Shades of Fern Green #53813B
Tints of Fern Green #53813B
RGB
CMYK
RGB Variations
Color information
#53813B (or 0x53813B) is known color: Fern Green. HEX triplet: 53, 81 and 3B. RGB value is (83,129,59). Sum of RGB (Red+Green+Blue) = 83+129+59=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #53813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53813B is #AC7EC4. Grayscale: #6B6B6B. Windows color (decimal): -11304645 or 3899731. OLE color: 3899731.
HSL color Cylindrical-coordinate representation of color #53813B: hue angle of 99.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53813B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 129 | 59 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.49 |
| HSL | 99.43º | 0.37% | 0.37% | - |
| HSV(B) | 99.43º | 0.54% | 0.51% | - |
| XYZ | 12.21 | 17.86 | 6.94 | - |
| YUV | 107.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 59 | 0.36 | 0 | 0.54 | 0.49 | 99.43 | 0.37 | 0.37 |
| Hex | 53 | 81 | 3B | 24 | 0 | 36 | 31 | 63 | 25 | 25 |
| Octal | 123 | 201 | 73 | 44 | 0 | 66 | 61 | 143 | 45 | 45 |
| Binary | 1010011 | 10000001 | 111011 | 100100 | 0 | 110110 | 110001 | 1100011 | 100101 | 100101 |
Color Harmonies of #53813B
Complementary color
Monochromatic Colors of #53813B
Black with #53813B
Text Example
Text Example
White with #53813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53813B; }
p { color: rgb(83,129,59); }
H1.HeaderClassName
{
color: #53813B;
}
.AnyTagClassName
{
color: #53813B;
}
</style>
background-color css
<style>
a { background-color: #53813B; }
a { background-color: rgb(83,129,59); }
div.DivClassName
{
background-color: #53813B;
}
.BgClassName
{
background-color: #53813B;
}
</style>
border-color css
<style>
span { border-color: #53813B; }
span { border-color: rgb(83,129,59); }
td.TdClassName
{
border-color: #53813B;
}
.TagClassName
{
border-color: #53813B;
}
</style>