Html Css Color HEX #50863C Fern Green

📋 copy color: '#50863C'

red 80 ◦ green 134 ◦ blue 60

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

Shades of Fern Green #50863C

Tints of Fern Green #50863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 29.2%
G = 48.91%
B = 21.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#50863C (or 0x50863C) is known color: Fern Green. HEX triplet: 50, 86 and 3C. RGB value is (80,134,60). Sum of RGB (Red+Green+Blue) = 80+134+60=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #50863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50863C is #AF79C3. Grayscale: #6D6D6D. Windows color (decimal): -11499972 or 3966544. OLE color: 3966544.

HSL color Cylindrical-coordinate representation of color #50863C: hue angle of 103.78º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50863C is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 60 -
CMYK 0.40 0 0.55 0.47
HSL 103.78º 0.38% 0.38% -
HSV(B) 103.78º 0.55% 0.53% -
XYZ 12.65 19.08 7.29 -
YUV 109.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 80 134 60 0.40 0 0.55 0.47 103.78 0.38 0.38
Hex 50 86 3C 28 0 37 2F 68 26 26
Octal 120 206 74 50 0 67 57 150 46 46
Binary 1010000 10000110 111100 101000 0 110111 101111 1101000 100110 100110

Color Harmonies of #50863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50863C

Black with #50863C

Text Example


Text Example

White with #50863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50863C; }

 p { color: rgb(80,134,60); }

 H1.HeaderClassName
 {
   color: #50863C;
 }
 .AnyTagClassName
 {
   color: #50863C;
 }
</style>

background-color css

<style>
 a { background-color: #50863C; }

 a { background-color: rgb(80,134,60); }

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

border-color css

<style>
 span { border-color: #50863C; }

 span { border-color: rgb(80,134,60); }

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