#50744A

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

Shades of Fern Green #50744A

Tints of Fern Green #50744A

Color information

#50744A (or 0x50744A) is unknown color: approx Fern Green. HEX triplet: 50, 74 and 4A. RGB value is (80,116,74). Sum of RGB (Red+Green+Blue) = 80+116+74=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #50744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50744A is #AF8BB5. Grayscale: #646464. Windows color (decimal): -11504566 or 4879440. OLE color: 4879440.

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

Color convert

RGB8011674-
CMYK0.3100.360.55
HSL111.43º22.11%37.25%-
HSV(B)111.43º36.21%45.49%-
XYZ10.7914.698.75-
YUV100.45113.07113.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=29.63%
G=42.96%
B=27.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116740.3100.360.55111.4322.1137.25
Hex50744A1F024376f1625
Octal12016411237044671572645
Binary101000011101001001010111110100100110111110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50744A; }

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

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

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

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

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

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

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

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