#516F47

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

Shades of Fern Green #516F47

Tints of Fern Green #516F47

Color information

#516F47 (or 0x516F47) is unknown color: approx Fern Green. HEX triplet: 51, 6F and 47. RGB value is (81,111,71). Sum of RGB (Red+Green+Blue) = 81+111+71=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #516F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F47 is #AE90B8. Grayscale: #616161. Windows color (decimal): -11440313 or 4681553. OLE color: 4681553.

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

Color convert

RGB8111171-
CMYK0.2700.360.56
HSL105º21.98%35.69%-
HSV(B)105º36.04%43.53%-
XYZ10.2213.578.04-
YUV97.47113.06116.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 111 (43.75% from 255) = 42.21%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=30.80%
G=42.21%
B=27.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111710.2700.360.5610521.9835.69
Hex516F471B02438691624
Octal12115710733044701512644
Binary101000111011111000111110110100100111000110100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516F47; }

 p { color: rgb(81,111,71); }

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

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

 a { background-color: rgb(81,111,71); }

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

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

 span { border-color: rgb(81,111,71); }

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