Html Css Color HEX #50773A Fern Green

📋 copy color: '#50773A'

red 80 ◦ green 119 ◦ blue 58

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

Shades of Fern Green #50773A

Tints of Fern Green #50773A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 31.13%
G = 46.3%
B = 22.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#50773A (or 0x50773A) is known color: Fern Green. HEX triplet: 50, 77 and 3A. RGB value is (80,119,58). Sum of RGB (Red+Green+Blue) = 80+119+58=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #50773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773A is #AF88C5. Grayscale: #646464. Windows color (decimal): -11503814 or 3831632. OLE color: 3831632.

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

Color convert

RGB 80 119 58 -
CMYK 0.33 0 0.51 0.53
HSL 98.36º 0.34% 0.35% -
HSV(B) 98.36º 0.51% 0.47% -
XYZ 10.67 15.2 6.38 -
YUV 100.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 80 119 58 0.33 0 0.51 0.53 98.36 0.34 0.35
Hex 50 77 3A 21 0 33 35 62 22 23
Octal 120 167 72 41 0 63 65 142 42 43
Binary 1010000 1110111 111010 100001 0 110011 110101 1100010 100010 100011

Color Harmonies of #50773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50773A

Black with #50773A

Text Example


Text Example

White with #50773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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