Html Css Color HEX #50893E Fern Green

📋 copy color: '#50893E'

red 80 ◦ green 137 ◦ blue 62

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

Shades of Fern Green #50893E

Tints of Fern Green #50893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

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

R = 28.67%
G = 49.1%
B = 22.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#50893E (or 0x50893E) is known color: Fern Green. HEX triplet: 50, 89 and 3E. RGB value is (80,137,62). Sum of RGB (Red+Green+Blue) = 80+137+62=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #50893E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50893E is #AF76C1. Grayscale: #6F6F6F. Windows color (decimal): -11499202 or 4098384. OLE color: 4098384.

HSL color Cylindrical-coordinate representation of color #50893E: hue angle of 105.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50893E is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 62 -
CMYK 0.42 0 0.55 0.46
HSL 105.6º 0.38% 0.39% -
HSV(B) 105.6º 0.55% 0.54% -
XYZ 13.12 19.94 7.72 -
YUV 111.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 80 137 62 0.42 0 0.55 0.46 105.6 0.38 0.39
Hex 50 89 3E 2A 0 37 2E 6A 26 27
Octal 120 211 76 52 0 67 56 152 46 47
Binary 1010000 10001001 111110 101010 0 110111 101110 1101010 100110 100111

Color Harmonies of #50893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50893E

Black with #50893E

Text Example


Text Example

White with #50893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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