#517049

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

Shades of Fern Green #517049

Tints of Fern Green #517049

Color information

#517049 (or 0x517049) is unknown color: approx Fern Green. HEX triplet: 51, 70 and 49. RGB value is (81,112,73). Sum of RGB (Red+Green+Blue) = 81+112+73=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #517049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517049 is #AE8FB6. Grayscale: #626262. Windows color (decimal): -11440055 or 4812881. OLE color: 4812881.

HSL color Cylindrical-coordinate representation of color #517049: hue angle of 107.69º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517049 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB8111273-
CMYK0.2800.350.56
HSL107.69º21.08%36.27%-
HSV(B)107.69º34.82%43.92%-
XYZ10.3913.828.42-
YUV98.28113.73115.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=30.45%
G=42.11%
B=27.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112730.2800.350.56107.6921.0836.27
Hex5170491C023386c1524
Octal12116011134043701542544
Binary101000111100001001001111000100011111000110110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517049; }

 p { color: rgb(81,112,73); }

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

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

 a { background-color: rgb(81,112,73); }

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

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

 span { border-color: rgb(81,112,73); }

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