#50773B

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

Shades of Fern Green #50773B

Tints of Fern Green #50773B

Color information

#50773B (or 0x50773B) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 3B. RGB value is (80,119,59). Sum of RGB (Red+Green+Blue) = 80+119+59=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #50773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773B is #AF88C4. Grayscale: #646464. Windows color (decimal): -11503813 or 3897168. OLE color: 3897168.

HSL color Cylindrical-coordinate representation of color #50773B: hue angle of 99º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50773B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB8011959-
CMYK0.3300.500.53
HSL99º33.71%34.9%-
HSV(B)99º50.42%46.67%-
XYZ10.6915.216.51-
YUV100.5104.58113.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=31.01%
G=46.12%
B=22.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119590.3300.500.539933.7134.9
Hex50773B2103235632223
Octal1201677341062651434243
Binary1010000111011111101110000101100101101011100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50773B; }

 p { color: rgb(80,119,59); }

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

<style>
 a { background-color: #50773B; }

 a { background-color: rgb(80,119,59); }

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

<style>
 span { border-color: #50773B; }

 span { border-color: rgb(80,119,59); }

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