Shades of Fern Green #53783D
Tints of Fern Green #53783D
RGB
CMYK
RGB Variations
Color information
#53783D (or 0x53783D) is known color: Fern Green. HEX triplet: 53, 78 and 3D. RGB value is (83,120,61). Sum of RGB (Red+Green+Blue) = 83+120+61=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #53783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53783D is #AC87C2. Grayscale: #666666. Windows color (decimal): -11306947 or 4028499. OLE color: 4028499.
HSL color Cylindrical-coordinate representation of color #53783D: hue angle of 97.63º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53783D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 120 | 61 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.53 |
| HSL | 97.63º | 0.33% | 0.35% | - |
| HSV(B) | 97.63º | 0.49% | 0.47% | - |
| XYZ | 11.13 | 15.61 | 6.84 | - |
| YUV | 102.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 61 | 0.31 | 0 | 0.49 | 0.53 | 97.63 | 0.33 | 0.35 |
| Hex | 53 | 78 | 3D | 1F | 0 | 31 | 35 | 62 | 21 | 23 |
| Octal | 123 | 170 | 75 | 37 | 0 | 61 | 65 | 142 | 41 | 43 |
| Binary | 1010011 | 1111000 | 111101 | 11111 | 0 | 110001 | 110101 | 1100010 | 100001 | 100011 |
Color Harmonies of #53783D
Complementary color
Monochromatic Colors of #53783D
Black with #53783D
Text Example
Text Example
White with #53783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53783D; }
p { color: rgb(83,120,61); }
H1.HeaderClassName
{
color: #53783D;
}
.AnyTagClassName
{
color: #53783D;
}
</style>
background-color css
<style>
a { background-color: #53783D; }
a { background-color: rgb(83,120,61); }
div.DivClassName
{
background-color: #53783D;
}
.BgClassName
{
background-color: #53783D;
}
</style>
border-color css
<style>
span { border-color: #53783D; }
span { border-color: rgb(83,120,61); }
td.TdClassName
{
border-color: #53783D;
}
.TagClassName
{
border-color: #53783D;
}
</style>