Shades of Fern Green #517B48
Tints of Fern Green #517B48
RGB
CMYK
RGB Variations
Color information
#517B48 (or 0x517B48) is known color: Fern Green. HEX triplet: 51, 7B and 48. RGB value is (81,123,72). Sum of RGB (Red+Green+Blue) = 81+123+72=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #517B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517B48 is #AE84B7. Grayscale: #686868. Windows color (decimal): -11437240 or 4750161. OLE color: 4750161.
HSL color Cylindrical-coordinate representation of color #517B48: hue angle of 109.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517B48 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 123 | 72 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.52 |
| HSL | 109.41º | 0.26% | 0.38% | - |
| HSV(B) | 109.41º | 0.41% | 0.48% | - |
| XYZ | 11.65 | 16.38 | 8.68 | - |
| YUV | 104.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 72 | 0.34 | 0 | 0.41 | 0.52 | 109.41 | 0.26 | 0.38 |
| Hex | 51 | 7B | 48 | 22 | 0 | 29 | 34 | 6D | 1A | 26 |
| Octal | 121 | 173 | 110 | 42 | 0 | 51 | 64 | 155 | 32 | 46 |
| Binary | 1010001 | 1111011 | 1001000 | 100010 | 0 | 101001 | 110100 | 1101101 | 11010 | 100110 |
Color Harmonies of #517B48
Complementary color
Monochromatic Colors of #517B48
Black with #517B48
Text Example
Text Example
White with #517B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B48; }
p { color: rgb(81,123,72); }
H1.HeaderClassName
{
color: #517B48;
}
.AnyTagClassName
{
color: #517B48;
}
</style>
background-color css
<style>
a { background-color: #517B48; }
a { background-color: rgb(81,123,72); }
div.DivClassName
{
background-color: #517B48;
}
.BgClassName
{
background-color: #517B48;
}
</style>
border-color css
<style>
span { border-color: #517B48; }
span { border-color: rgb(81,123,72); }
td.TdClassName
{
border-color: #517B48;
}
.TagClassName
{
border-color: #517B48;
}
</style>