Html Css Color HEX #507647 Fern Green

📋 copy color: '#507647'

red 80 ◦ green 118 ◦ blue 71

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

Shades of Fern Green #507647

Tints of Fern Green #507647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

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

R = 29.74%
G = 43.87%
B = 26.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#507647 (or 0x507647) is known color: Fern Green. HEX triplet: 50, 76 and 47. RGB value is (80,118,71). Sum of RGB (Red+Green+Blue) = 80+118+71=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #507647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507647 is #AF89B8. Grayscale: #656565. Windows color (decimal): -11504057 or 4683344. OLE color: 4683344.

HSL color Cylindrical-coordinate representation of color #507647: hue angle of 108.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507647 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 71 -
CMYK 0.32 0 0.40 0.54
HSL 108.51º 0.25% 0.37% -
HSV(B) 108.51º 0.4% 0.46% -
XYZ 10.92 15.12 8.3 -
YUV 101.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 80 118 71 0.32 0 0.40 0.54 108.51 0.25 0.37
Hex 50 76 47 20 0 28 36 6D 19 25
Octal 120 166 107 40 0 50 66 155 31 45
Binary 1010000 1110110 1000111 100000 0 101000 110110 1101101 11001 100101

Color Harmonies of #507647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507647

Black with #507647

Text Example


Text Example

White with #507647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507647; }

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

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

background-color css

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

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

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

border-color css

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

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

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