Html Css Color HEX #50773D Fern Green

📋 copy color: '#50773D'

red 80 ◦ green 119 ◦ blue 61

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

Shades of Fern Green #50773D

Tints of Fern Green #50773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 30.77%
G = 45.77%
B = 23.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#50773D (or 0x50773D) is known color: Fern Green. HEX triplet: 50, 77 and 3D. RGB value is (80,119,61). Sum of RGB (Red+Green+Blue) = 80+119+61=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #50773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773D is #AF88C2. Grayscale: #646464. Windows color (decimal): -11503811 or 4028240. OLE color: 4028240.

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

Color convert

RGB 80 119 61 -
CMYK 0.33 0 0.49 0.53
HSL 100.34º 0.32% 0.35% -
HSV(B) 100.34º 0.49% 0.47% -
XYZ 10.75 15.24 6.79 -
YUV 100.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 80 119 61 0.33 0 0.49 0.53 100.34 0.32 0.35
Hex 50 77 3D 21 0 31 35 64 20 23
Octal 120 167 75 41 0 61 65 144 40 43
Binary 1010000 1110111 111101 100001 0 110001 110101 1100100 100000 100011

Color Harmonies of #50773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50773D

Black with #50773D

Text Example


Text Example

White with #50773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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