Shades of Fern Green #53823F
Tints of Fern Green #53823F
RGB
CMYK
RGB Variations
Color information
#53823F (or 0x53823F) is known color: Fern Green. HEX triplet: 53, 82 and 3F. RGB value is (83,130,63). Sum of RGB (Red+Green+Blue) = 83+130+63=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #53823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53823F is #AC7DC0. Grayscale: #6C6C6C. Windows color (decimal): -11304385 or 4162131. OLE color: 4162131.
HSL color Cylindrical-coordinate representation of color #53823F: hue angle of 102.09º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53823F is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 63 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.49 |
| HSL | 102.09º | 0.35% | 0.38% | - |
| HSV(B) | 102.09º | 0.52% | 0.51% | - |
| XYZ | 12.45 | 18.16 | 7.55 | - |
| YUV | 108.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 63 | 0.36 | 0 | 0.52 | 0.49 | 102.09 | 0.35 | 0.38 |
| Hex | 53 | 82 | 3F | 24 | 0 | 34 | 31 | 66 | 23 | 26 |
| Octal | 123 | 202 | 77 | 44 | 0 | 64 | 61 | 146 | 43 | 46 |
| Binary | 1010011 | 10000010 | 111111 | 100100 | 0 | 110100 | 110001 | 1100110 | 100011 | 100110 |
Color Harmonies of #53823F
Complementary color
Monochromatic Colors of #53823F
Black with #53823F
Text Example
Text Example
White with #53823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53823F; }
p { color: rgb(83,130,63); }
H1.HeaderClassName
{
color: #53823F;
}
.AnyTagClassName
{
color: #53823F;
}
</style>
background-color css
<style>
a { background-color: #53823F; }
a { background-color: rgb(83,130,63); }
div.DivClassName
{
background-color: #53823F;
}
.BgClassName
{
background-color: #53823F;
}
</style>
border-color css
<style>
span { border-color: #53823F; }
span { border-color: rgb(83,130,63); }
td.TdClassName
{
border-color: #53823F;
}
.TagClassName
{
border-color: #53823F;
}
</style>