Shades of Fern Green #53833D
Tints of Fern Green #53833D
RGB
CMYK
RGB Variations
Color information
#53833D (or 0x53833D) is known color: Fern Green. HEX triplet: 53, 83 and 3D. RGB value is (83,131,61). Sum of RGB (Red+Green+Blue) = 83+131+61=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #53833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53833D is #AC7CC2. Grayscale: #6C6C6C. Windows color (decimal): -11304131 or 4031315. OLE color: 4031315.
HSL color Cylindrical-coordinate representation of color #53833D: hue angle of 101.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53833D is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 61 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.49 |
| HSL | 101.14º | 0.36% | 0.38% | - |
| HSV(B) | 101.14º | 0.53% | 0.51% | - |
| XYZ | 12.53 | 18.41 | 7.31 | - |
| YUV | 108.67 | 101.1 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 61 | 0.37 | 0 | 0.53 | 0.49 | 101.14 | 0.36 | 0.38 |
| Hex | 53 | 83 | 3D | 25 | 0 | 35 | 31 | 65 | 24 | 26 |
| Octal | 123 | 203 | 75 | 45 | 0 | 65 | 61 | 145 | 44 | 46 |
| Binary | 1010011 | 10000011 | 111101 | 100101 | 0 | 110101 | 110001 | 1100101 | 100100 | 100110 |
Color Harmonies of #53833D
Complementary color
Monochromatic Colors of #53833D
Black with #53833D
Text Example
Text Example
White with #53833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53833D; }
p { color: rgb(83,131,61); }
H1.HeaderClassName
{
color: #53833D;
}
.AnyTagClassName
{
color: #53833D;
}
</style>
background-color css
<style>
a { background-color: #53833D; }
a { background-color: rgb(83,131,61); }
div.DivClassName
{
background-color: #53833D;
}
.BgClassName
{
background-color: #53833D;
}
</style>
border-color css
<style>
span { border-color: #53833D; }
span { border-color: rgb(83,131,61); }
td.TdClassName
{
border-color: #53833D;
}
.TagClassName
{
border-color: #53833D;
}
</style>