#517C48

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

Shades of Fern Green #517C48

Tints of Fern Green #517C48

Color information

#517C48 (or 0x517C48) is unknown color: approx Fern Green. HEX triplet: 51, 7C and 48. RGB value is (81,124,72). Sum of RGB (Red+Green+Blue) = 81+124+72=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #517C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517C48 is #AE83B7. Grayscale: #696969. Windows color (decimal): -11436984 or 4750417. OLE color: 4750417.

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

Color convert

RGB8112472-
CMYK0.3500.420.51
HSL109.62º26.53%38.43%-
HSV(B)109.62º41.94%48.63%-
XYZ11.7716.638.72-
YUV105.21109.25110.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 124 (48.83% from 255) = 44.77%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=29.24%
G=44.77%
B=25.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81124720.3500.420.51109.6226.5338.43
Hex517C482302A336e1b26
Octal12117411043052631563346
Binary1010001111110010010001000110101010110011110111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,124,72); }

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

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

 a { background-color: rgb(81,124,72); }

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

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

 span { border-color: rgb(81,124,72); }

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