Shades of Fern Green #55813F
Tints of Fern Green #55813F
RGB
CMYK
RGB Variations
Color information
#55813F (or 0x55813F) is known color: Fern Green. HEX triplet: 55, 81 and 3F. RGB value is (85,129,63). Sum of RGB (Red+Green+Blue) = 85+129+63=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #55813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55813F is #AA7EC0. Grayscale: #6C6C6C. Windows color (decimal): -11173569 or 4161877. OLE color: 4161877.
HSL color Cylindrical-coordinate representation of color #55813F: hue angle of 100º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55813F is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 63 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.49 |
| HSL | 100º | 0.34% | 0.38% | - |
| HSV(B) | 100º | 0.51% | 0.51% | - |
| XYZ | 12.49 | 17.99 | 7.52 | - |
| YUV | 108.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 63 | 0.34 | 0 | 0.51 | 0.49 | 100 | 0.34 | 0.38 |
| Hex | 55 | 81 | 3F | 22 | 0 | 33 | 31 | 64 | 22 | 26 |
| Octal | 125 | 201 | 77 | 42 | 0 | 63 | 61 | 144 | 42 | 46 |
| Binary | 1010101 | 10000001 | 111111 | 100010 | 0 | 110011 | 110001 | 1100100 | 100010 | 100110 |
Color Harmonies of #55813F
Complementary color
Monochromatic Colors of #55813F
Black with #55813F
Text Example
Text Example
White with #55813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55813F; }
p { color: rgb(85,129,63); }
H1.HeaderClassName
{
color: #55813F;
}
.AnyTagClassName
{
color: #55813F;
}
</style>
background-color css
<style>
a { background-color: #55813F; }
a { background-color: rgb(85,129,63); }
div.DivClassName
{
background-color: #55813F;
}
.BgClassName
{
background-color: #55813F;
}
</style>
border-color css
<style>
span { border-color: #55813F; }
span { border-color: rgb(85,129,63); }
td.TdClassName
{
border-color: #55813F;
}
.TagClassName
{
border-color: #55813F;
}
</style>