Html Css Color HEX #50773B Fern Green

📋 copy color: '#50773B'

red 80 ◦ green 119 ◦ blue 59

#50773B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #50773B

Tints of Fern Green #50773B

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 value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#50773B (or 0x50773B) is known color: 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

RGB 80 119 59 -
CMYK 0.33 0 0.50 0.53
HSL 99º 0.34% 0.35% -
HSV(B) 99º 0.5% 0.47% -
XYZ 10.69 15.21 6.51 -
YUV 100.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 80 119 59 0.33 0 0.50 0.53 99 0.34 0.35
Hex 50 77 3B 21 0 32 35 63 22 23
Octal 120 167 73 41 0 62 65 143 42 43
Binary 1010000 1110111 111011 100001 0 110010 110101 1100011 100010 100011

Color Harmonies of #50773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50773B

Black with #50773B

Text Example


Text Example

White with #50773B

Text Example


Text Example

HTML Codes & Css Web 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>