Shades of Fern Green #517B34
Tints of Fern Green #517B34
RGB
CMYK
RGB Variations
Color information
#517B34 (or 0x517B34) is known color: Fern Green. HEX triplet: 51, 7B and 34. RGB value is (81,123,52). Sum of RGB (Red+Green+Blue) = 81+123+52=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #517B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517B34 is #AE84CB. Grayscale: #666666. Windows color (decimal): -11437260 or 3439441. OLE color: 3439441.
HSL color Cylindrical-coordinate representation of color #517B34: hue angle of 95.49º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517B34 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 123 | 52 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.52 |
| HSL | 95.49º | 0.41% | 0.34% | - |
| HSV(B) | 95.49º | 0.58% | 0.48% | - |
| XYZ | 11.1 | 16.16 | 5.78 | - |
| YUV | 102.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 52 | 0.34 | 0 | 0.58 | 0.52 | 95.49 | 0.41 | 0.34 |
| Hex | 51 | 7B | 34 | 22 | 0 | 3A | 34 | 5F | 29 | 22 |
| Octal | 121 | 173 | 64 | 42 | 0 | 72 | 64 | 137 | 51 | 42 |
| Binary | 1010001 | 1111011 | 110100 | 100010 | 0 | 111010 | 110100 | 1011111 | 101001 | 100010 |
Color Harmonies of #517B34
Complementary color
Monochromatic Colors of #517B34
Black with #517B34
Text Example
Text Example
White with #517B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B34; }
p { color: rgb(81,123,52); }
H1.HeaderClassName
{
color: #517B34;
}
.AnyTagClassName
{
color: #517B34;
}
</style>
background-color css
<style>
a { background-color: #517B34; }
a { background-color: rgb(81,123,52); }
div.DivClassName
{
background-color: #517B34;
}
.BgClassName
{
background-color: #517B34;
}
</style>
border-color css
<style>
span { border-color: #517B34; }
span { border-color: rgb(81,123,52); }
td.TdClassName
{
border-color: #517B34;
}
.TagClassName
{
border-color: #517B34;
}
</style>