Html Css Color HEX #506F47 Fern Green

📋 copy color: '#506F47'

red 80 ◦ green 111 ◦ blue 71

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

Shades of Fern Green #506F47

Tints of Fern Green #506F47

RGB

 RED value IS 80 (31.64% from 255) = 30.53%

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

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

R = 30.53%
G = 42.37%
B = 27.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#506F47 (or 0x506F47) is known color: Fern Green. HEX triplet: 50, 6F and 47. RGB value is (80,111,71). Sum of RGB (Red+Green+Blue) = 80+111+71=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 111 - color contains mainly: green. Hex color #506F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F47 is #AF90B8. Grayscale: #616161. Windows color (decimal): -11505849 or 4681552. OLE color: 4681552.

HSL color Cylindrical-coordinate representation of color #506F47: hue angle of 106.5º 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 #506F47 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 71 -
CMYK 0.28 0 0.36 0.56
HSL 106.5º 0.22% 0.36% -
HSV(B) 106.5º 0.36% 0.44% -
XYZ 10.13 13.53 8.04 -
YUV 97.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 80 111 71 0.28 0 0.36 0.56 106.5 0.22 0.36
Hex 50 6F 47 1C 0 24 38 6A 16 24
Octal 120 157 107 34 0 44 70 152 26 44
Binary 1010000 1101111 1000111 11100 0 100100 111000 1101010 10110 100100

Color Harmonies of #506F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F47

Black with #506F47

Text Example


Text Example

White with #506F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #506F47;
 }
 .AnyTagClassName
 {
   color: #506F47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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