Html Css Color HEX #516F47 Fern Green

📋 copy color: '#516F47'

red 81 ◦ green 111 ◦ blue 71

#516F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #516F47

Tints of Fern Green #516F47

RGB

 RED value IS 81 (32.03% from 255) = 30.8%

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 71 (28.13% from 255) = 27%

R = 30.8%
G = 42.21%
B = 27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#516F47 (or 0x516F47) is known color: 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

RGB 81 111 71 -
CMYK 0.27 0 0.36 0.56
HSL 105º 0.22% 0.36% -
HSV(B) 105º 0.36% 0.44% -
XYZ 10.22 13.57 8.04 -
YUV 97.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 81 111 71 0.27 0 0.36 0.56 105 0.22 0.36
Hex 51 6F 47 1B 0 24 38 69 16 24
Octal 121 157 107 33 0 44 70 151 26 44
Binary 1010001 1101111 1000111 11011 0 100100 111000 1101001 10110 100100

Color Harmonies of #516F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F47

Black with #516F47

Text Example


Text Example

White with #516F47

Text Example


Text Example

HTML Codes & Css Web 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>