Html Css Color HEX #50853D Fern Green

📋 copy color: '#50853D'

red 80 ◦ green 133 ◦ blue 61

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

Shades of Fern Green #50853D

Tints of Fern Green #50853D

RGB

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

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

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

R = 29.2%
G = 48.54%
B = 22.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#50853D (or 0x50853D) is known color: Fern Green. HEX triplet: 50, 85 and 3D. RGB value is (80,133,61). Sum of RGB (Red+Green+Blue) = 80+133+61=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #50853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50853D is #AF7AC2. Grayscale: #6D6D6D. Windows color (decimal): -11500227 or 4031824. OLE color: 4031824.

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

Color convert

RGB 80 133 61 -
CMYK 0.40 0 0.54 0.48
HSL 104.17º 0.37% 0.38% -
HSV(B) 104.17º 0.54% 0.52% -
XYZ 12.54 18.82 7.39 -
YUV 108.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 80 133 61 0.40 0 0.54 0.48 104.17 0.37 0.38
Hex 50 85 3D 28 0 36 30 68 25 26
Octal 120 205 75 50 0 66 60 150 45 46
Binary 1010000 10000101 111101 101000 0 110110 110000 1101000 100101 100110

Color Harmonies of #50853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50853D

Black with #50853D

Text Example


Text Example

White with #50853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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