Html Css Color HEX #50853E Fern Green

📋 copy color: '#50853E'

red 80 ◦ green 133 ◦ blue 62

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

Shades of Fern Green #50853E

Tints of Fern Green #50853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.36%

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

R = 29.09%
G = 48.36%
B = 22.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#50853E (or 0x50853E) is known color: Fern Green. HEX triplet: 50, 85 and 3E. RGB value is (80,133,62). Sum of RGB (Red+Green+Blue) = 80+133+62=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #50853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50853E is #AF7AC1. Grayscale: #6D6D6D. Windows color (decimal): -11500226 or 4097360. OLE color: 4097360.

HSL color Cylindrical-coordinate representation of color #50853E: hue angle of 104.79º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50853E is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 62 -
CMYK 0.40 0 0.53 0.48
HSL 104.79º 0.36% 0.38% -
HSV(B) 104.79º 0.53% 0.52% -
XYZ 12.57 18.83 7.53 -
YUV 109.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 80 133 62 0.40 0 0.53 0.48 104.79 0.36 0.38
Hex 50 85 3E 28 0 35 30 69 24 26
Octal 120 205 76 50 0 65 60 151 44 46
Binary 1010000 10000101 111110 101000 0 110101 110000 1101001 100100 100110

Color Harmonies of #50853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50853E

Black with #50853E

Text Example


Text Example

White with #50853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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