#50764D

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

Shades of Fern Green #50764D

Tints of Fern Green #50764D

Color information

#50764D (or 0x50764D) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 4D. RGB value is (80,118,77). Sum of RGB (Red+Green+Blue) = 80+118+77=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #50764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50764D is #AF89B2. Grayscale: #666666. Windows color (decimal): -11504051 or 5076560. OLE color: 5076560.

HSL color Cylindrical-coordinate representation of color #50764D: hue angle of 115.61º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50764D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB8011877-
CMYK0.3200.350.54
HSL115.61º21.03%38.24%-
HSV(B)115.61º34.75%46.27%-
XYZ11.1315.29.37-
YUV101.96113.91112.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 77 (30.47% from 255) = 28%
R=29.09%
G=42.91%
B=28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118770.3200.350.54115.6121.0338.24
Hex50764D2002336741526
Octal12016611540043661642546
Binary1010000111011010011011000000100011110110111010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50764D; }

 p { color: rgb(80,118,77); }

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

<style>
 a { background-color: #50764D; }

 a { background-color: rgb(80,118,77); }

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

<style>
 span { border-color: #50764D; }

 span { border-color: rgb(80,118,77); }

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