#50714C

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

Shades of Fern Green #50714C

Tints of Fern Green #50714C

Color information

#50714C (or 0x50714C) is unknown color: approx Fern Green. HEX triplet: 50, 71 and 4C. RGB value is (80,113,76). Sum of RGB (Red+Green+Blue) = 80+113+76=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #50714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50714C is #AF8EB3. Grayscale: #636363. Windows color (decimal): -11505332 or 5009744. OLE color: 5009744.

HSL color Cylindrical-coordinate representation of color #50714C: hue angle of 113.51º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50714C is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB8011376-
CMYK0.2900.330.56
HSL113.51º19.58%37.06%-
HSV(B)113.51º32.74%44.31%-
XYZ10.5214.048.99-
YUV98.92115.07114.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=29.74%
G=42.01%
B=28.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113760.2900.330.56113.5119.5837.06
Hex50714C1D02138721425
Octal12016111435041701622445
Binary101000011100011001100111010100001111000111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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