Html Css Color HEX #50853F Fern Green

📋 copy color: '#50853F'

red 80 ◦ green 133 ◦ blue 63

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

Shades of Fern Green #50853F

Tints of Fern Green #50853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 28.99%
G = 48.19%
B = 22.83%

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

#50853F (or 0x50853F) is known color: Fern Green. HEX triplet: 50, 85 and 3F. RGB value is (80,133,63). Sum of RGB (Red+Green+Blue) = 80+133+63=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #50853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50853F is #AF7AC0. Grayscale: #6D6D6D. Windows color (decimal): -11500225 or 4162896. OLE color: 4162896.

HSL color Cylindrical-coordinate representation of color #50853F: hue angle of 105.43º 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 #50853F is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 63 -
CMYK 0.40 0 0.53 0.48
HSL 105.43º 0.36% 0.38% -
HSV(B) 105.43º 0.53% 0.52% -
XYZ 12.59 18.84 7.68 -
YUV 109.17 101.94 107.19 -
System Red Green Blue C M Y K H S L
Decimal 80 133 63 0.40 0 0.53 0.48 105.43 0.36 0.38
Hex 50 85 3F 28 0 35 30 69 24 26
Octal 120 205 77 50 0 65 60 151 44 46
Binary 1010000 10000101 111111 101000 0 110101 110000 1101001 100100 100110

Color Harmonies of #50853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50853F

Black with #50853F

Text Example


Text Example

White with #50853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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