Html Css Color HEX #50793C Fern Green

📋 copy color: '#50793C'

red 80 ◦ green 121 ◦ blue 60

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

Shades of Fern Green #50793C

Tints of Fern Green #50793C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.36%

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 30.65%
G = 46.36%
B = 22.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#50793C (or 0x50793C) is known color: Fern Green. HEX triplet: 50, 79 and 3C. RGB value is (80,121,60). Sum of RGB (Red+Green+Blue) = 80+121+60=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #50793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793C is #AF86C3. Grayscale: #656565. Windows color (decimal): -11503300 or 3963216. OLE color: 3963216.

HSL color Cylindrical-coordinate representation of color #50793C: hue angle of 100.33º 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 #50793C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 60 -
CMYK 0.34 0 0.50 0.53
HSL 100.33º 0.34% 0.35% -
HSV(B) 100.33º 0.5% 0.47% -
XYZ 10.96 15.71 6.73 -
YUV 101.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 80 121 60 0.34 0 0.50 0.53 100.33 0.34 0.35
Hex 50 79 3C 22 0 32 35 64 22 23
Octal 120 171 74 42 0 62 65 144 42 43
Binary 1010000 1111001 111100 100010 0 110010 110101 1100100 100010 100011

Color Harmonies of #50793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50793C

Black with #50793C

Text Example


Text Example

White with #50793C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50793C; }

 p { color: rgb(80,121,60); }

 H1.HeaderClassName
 {
   color: #50793C;
 }
 .AnyTagClassName
 {
   color: #50793C;
 }
</style>

background-color css

<style>
 a { background-color: #50793C; }

 a { background-color: rgb(80,121,60); }

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

border-color css

<style>
 span { border-color: #50793C; }

 span { border-color: rgb(80,121,60); }

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