Shades of Fern Green #52833D
Tints of Fern Green #52833D
RGB
CMYK
RGB Variations
Color information
#52833D (or 0x52833D) is known color: Fern Green. HEX triplet: 52, 83 and 3D. RGB value is (82,131,61). Sum of RGB (Red+Green+Blue) = 82+131+61=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #52833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52833D is #AD7CC2. Grayscale: #6C6C6C. Windows color (decimal): -11369667 or 4031314. OLE color: 4031314.
HSL color Cylindrical-coordinate representation of color #52833D: hue angle of 102º 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 #52833D is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 61 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.49 |
| HSL | 102º | 0.36% | 0.38% | - |
| HSV(B) | 102º | 0.53% | 0.51% | - |
| XYZ | 12.44 | 18.36 | 7.3 | - |
| YUV | 108.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 61 | 0.37 | 0 | 0.53 | 0.49 | 102 | 0.36 | 0.38 |
| Hex | 52 | 83 | 3D | 25 | 0 | 35 | 31 | 66 | 24 | 26 |
| Octal | 122 | 203 | 75 | 45 | 0 | 65 | 61 | 146 | 44 | 46 |
| Binary | 1010010 | 10000011 | 111101 | 100101 | 0 | 110101 | 110001 | 1100110 | 100100 | 100110 |
Color Harmonies of #52833D
Complementary color
Monochromatic Colors of #52833D
Black with #52833D
Text Example
Text Example
White with #52833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52833D; }
p { color: rgb(82,131,61); }
H1.HeaderClassName
{
color: #52833D;
}
.AnyTagClassName
{
color: #52833D;
}
</style>
background-color css
<style>
a { background-color: #52833D; }
a { background-color: rgb(82,131,61); }
div.DivClassName
{
background-color: #52833D;
}
.BgClassName
{
background-color: #52833D;
}
</style>
border-color css
<style>
span { border-color: #52833D; }
span { border-color: rgb(82,131,61); }
td.TdClassName
{
border-color: #52833D;
}
.TagClassName
{
border-color: #52833D;
}
</style>