#507647

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

Shades of Fern Green #507647

Tints of Fern Green #507647

Color information

#507647 (or 0x507647) is unknown color: approx 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

RGB8011871-
CMYK0.3200.400.54
HSL108.51º24.87%37.06%-
HSV(B)108.51º39.83%46.27%-
XYZ10.9215.128.3-
YUV101.28110.91112.82-

RGB Variations

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

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.12% from 255) = 26.39%
R=29.74%
G=43.87%
B=26.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118710.3200.400.54108.5124.8737.06
Hex50764720028366d1925
Octal12016610740050661553145
Binary1010000111011010001111000000101000110110110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>