#50734C

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

Shades of Fern Green #50734C

Tints of Fern Green #50734C

Color information

#50734C (or 0x50734C) is unknown color: approx Fern Green. HEX triplet: 50, 73 and 4C. RGB value is (80,115,76). Sum of RGB (Red+Green+Blue) = 80+115+76=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #50734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50734C is #AF8CB3. Grayscale: #646464. Windows color (decimal): -11504820 or 5010256. OLE color: 5010256.

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

Color convert

RGB8011576-
CMYK0.3000.340.55
HSL113.85º20.42%37.45%-
HSV(B)113.85º33.91%45.1%-
XYZ10.7414.499.07-
YUV100.09114.4113.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=29.52%
G=42.44%
B=28.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115760.3000.340.55113.8520.4237.45
Hex50734C1E02237721425
Octal12016311436042671622445
Binary101000011100111001100111100100010110111111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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