Html Css Color HEX #50793E Fern Green

📋 copy color: '#50793E'

red 80 ◦ green 121 ◦ blue 62

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

Shades of Fern Green #50793E

Tints of Fern Green #50793E

RGB

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

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

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

R = 30.42%
G = 46.01%
B = 23.57%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#50793E (or 0x50793E) is known color: Fern Green. HEX triplet: 50, 79 and 3E. RGB value is (80,121,62). Sum of RGB (Red+Green+Blue) = 80+121+62=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #50793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793E is #AF86C1. Grayscale: #666666. Windows color (decimal): -11503298 or 4094288. OLE color: 4094288.

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

Color convert

RGB 80 121 62 -
CMYK 0.34 0 0.49 0.53
HSL 101.69º 0.32% 0.36% -
HSV(B) 101.69º 0.49% 0.47% -
XYZ 11.02 15.73 7.01 -
YUV 102.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 80 121 62 0.34 0 0.49 0.53 101.69 0.32 0.36
Hex 50 79 3E 22 0 31 35 66 20 24
Octal 120 171 76 42 0 61 65 146 40 44
Binary 1010000 1111001 111110 100010 0 110001 110101 1100110 100000 100100

Color Harmonies of #50793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50793E

Black with #50793E

Text Example


Text Example

White with #50793E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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