#507449

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

Shades of Fern Green #507449

Tints of Fern Green #507449

Color information

#507449 (or 0x507449) is unknown color: approx Fern Green. HEX triplet: 50, 74 and 49. RGB value is (80,116,73). Sum of RGB (Red+Green+Blue) = 80+116+73=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #507449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507449 is #AF8BB6. Grayscale: #646464. Windows color (decimal): -11504567 or 4813904. OLE color: 4813904.

HSL color Cylindrical-coordinate representation of color #507449: hue angle of 110.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507449 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB8011673-
CMYK0.3100.370.55
HSL110.23º22.75%37.06%-
HSV(B)110.23º37.07%45.49%-
XYZ10.7614.688.57-
YUV100.33112.57113.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=29.74%
G=43.12%
B=27.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116730.3100.370.55110.2322.7537.06
Hex5074491F025376e1725
Octal12016411137045671562745
Binary101000011101001001001111110100101110111110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507449; }

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

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

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

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

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

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

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

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