#50734A

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

Shades of Fern Green #50734A

Tints of Fern Green #50734A

Color information

#50734A (or 0x50734A) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 4A. RGB value is (80,115,74). Sum of RGB (Red+Green+Blue) = 80+115+74=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #50734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50734A is #AF8CB5. Grayscale: #636363. Windows color (decimal): -11504822 or 4879184. OLE color: 4879184.

HSL color Cylindrical-coordinate representation of color #50734A: hue angle of 111.22º 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 #50734A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB8011574-
CMYK0.3000.360.55
HSL111.22º21.69%37.06%-
HSV(B)111.22º35.65%45.1%-
XYZ10.6814.468.71-
YUV99.86113.4113.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=29.74%
G=42.75%
B=27.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115740.3000.360.55111.2221.6937.06
Hex50734A1E024376f1625
Octal12016311236044671572645
Binary101000011100111001010111100100100110111110111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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