Html Css Color HEX #516F48 Fern Green

📋 copy color: '#516F48'

red 81 ◦ green 111 ◦ blue 72

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

Shades of Fern Green #516F48

Tints of Fern Green #516F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 30.68%
G = 42.05%
B = 27.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#516F48 (or 0x516F48) is known color: Fern Green. HEX triplet: 51, 6F and 48. RGB value is (81,111,72). Sum of RGB (Red+Green+Blue) = 81+111+72=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #516F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516F48 is #AE90B7. Grayscale: #616161. Windows color (decimal): -11440312 or 4747089. OLE color: 4747089.

HSL color Cylindrical-coordinate representation of color #516F48: hue angle of 106.15º 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 #516F48 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 72 -
CMYK 0.27 0 0.35 0.56
HSL 106.15º 0.21% 0.36% -
HSV(B) 106.15º 0.35% 0.44% -
XYZ 10.25 13.59 8.21 -
YUV 97.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 81 111 72 0.27 0 0.35 0.56 106.15 0.21 0.36
Hex 51 6F 48 1B 0 23 38 6A 15 24
Octal 121 157 110 33 0 43 70 152 25 44
Binary 1010001 1101111 1001000 11011 0 100011 111000 1101010 10101 100100

Color Harmonies of #516F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F48

Black with #516F48

Text Example


Text Example

White with #516F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516F48;
 }
 .AnyTagClassName
 {
   color: #516F48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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