#507049

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

Shades of Fern Green #507049

Tints of Fern Green #507049

Color information

#507049 (or 0x507049) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 49. RGB value is (80,112,73). Sum of RGB (Red+Green+Blue) = 80+112+73=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #507049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507049 is #AF8FB6. Grayscale: #626262. Windows color (decimal): -11505591 or 4812880. OLE color: 4812880.

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

Color convert

RGB8011273-
CMYK0.2900.350.56
HSL109.23º21.08%36.27%-
HSV(B)109.23º34.82%43.92%-
XYZ10.3113.778.42-
YUV97.99113.9115.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=30.19%
G=42.26%
B=27.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112730.2900.350.56109.2321.0836.27
Hex5070491D023386d1524
Octal12016011135043701552544
Binary101000011100001001001111010100011111000110110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507049; }

 p { color: rgb(80,112,73); }

 H1.HeaderClassName
 {
   color: #507049;
 }
 .AnyTagClassName
 {
   color: #507049;
 }
</style>
background-color css

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

 a { background-color: rgb(80,112,73); }

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

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

 span { border-color: rgb(80,112,73); }

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