#50834C

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

Shades of Fern Green #50834C

Tints of Fern Green #50834C

Color information

#50834C (or 0x50834C) is unknown color: approx Fern Green. HEX triplet: 50, 83 and 4C. RGB value is (80,131,76). Sum of RGB (Red+Green+Blue) = 80+131+76=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #50834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50834C is #AF7CB3. Grayscale: #6D6D6D. Windows color (decimal): -11500724 or 5014352. OLE color: 5014352.

HSL color Cylindrical-coordinate representation of color #50834C: hue angle of 115.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50834C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB8013176-
CMYK0.3900.420.49
HSL115.64º26.57%40.59%-
HSV(B)115.64º41.98%51.37%-
XYZ12.7318.469.73-
YUV109.48109.1106.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=27.87%
G=45.64%
B=26.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131760.3900.420.49115.6426.5740.59
Hex50834C2702A31741b29
Octal12020311447052611643351
Binary10100001000001110011001001110101010110001111010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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