#517D46

Color #517D46 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #517D46

Tints of Fern Green #517D46

Color information

#517D46 (or 0x517D46) is unknown color: approx Fern Green. HEX triplet: 51, 7D and 46. RGB value is (81,125,70). Sum of RGB (Red+Green+Blue) = 81+125+70=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #517D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D46 is #AE82B9. Grayscale: #696969. Windows color (decimal): -11436730 or 4619601. OLE color: 4619601.

HSL color Cylindrical-coordinate representation of color #517D46: hue angle of 108º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517D46 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB8112570-
CMYK0.3500.440.51
HSL108º28.21%38.24%-
HSV(B)108º44%49.02%-
XYZ11.8316.868.42-
YUV105.57107.92110.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=29.35%
G=45.29%
B=25.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81125700.3500.440.5110828.2138.24
Hex517D462302C336c1c26
Octal12117510643054631543446
Binary1010001111110110001101000110101100110011110110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517D46; }

 p { color: rgb(81,125,70); }

 H1.HeaderClassName
 {
   color: #517D46;
 }
 .AnyTagClassName
 {
   color: #517D46;
 }
</style>
background-color css

<style>
 a { background-color: #517D46; }

 a { background-color: rgb(81,125,70); }

 div.DivClassName
 {
   background-color: #517D46;
 }
 .BgClassName
 {
   background-color: #517D46;
 }
</style>
border-color css

<style>
 span { border-color: #517D46; }

 span { border-color: rgb(81,125,70); }

 td.TdClassName
 {
   border-color: #517D46;
 }
 .TagClassName
 {
   border-color: #517D46;
 }
</style>