Html Css Color HEX #50773E Fern Green

📋 copy color: '#50773E'

red 80 ◦ green 119 ◦ blue 62

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

Shades of Fern Green #50773E

Tints of Fern Green #50773E

RGB

 RED value IS 80 (31.64% from 255) = 30.65%

 GREEN value IS 119 (46.88% from 255) = 45.59%

 BLUE value IS 62 (24.61% from 255) = 23.75%

R = 30.65%
G = 45.59%
B = 23.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#50773E (or 0x50773E) is known color: Fern Green. HEX triplet: 50, 77 and 3E. RGB value is (80,119,62). Sum of RGB (Red+Green+Blue) = 80+119+62=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #50773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773E is #AF88C1. Grayscale: #656565. Windows color (decimal): -11503810 or 4093776. OLE color: 4093776.

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

Color convert

RGB 80 119 62 -
CMYK 0.33 0 0.48 0.53
HSL 101.05º 0.31% 0.35% -
HSV(B) 101.05º 0.48% 0.47% -
XYZ 10.77 15.25 6.93 -
YUV 100.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 80 119 62 0.33 0 0.48 0.53 101.05 0.31 0.35
Hex 50 77 3E 21 0 30 35 65 1F 23
Octal 120 167 76 41 0 60 65 145 37 43
Binary 1010000 1110111 111110 100001 0 110000 110101 1100101 11111 100011

Color Harmonies of #50773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50773E

Black with #50773E

Text Example


Text Example

White with #50773E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50773E;
 }
 .AnyTagClassName
 {
   color: #50773E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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