Html Css Color HEX #50863A Fern Green

📋 copy color: '#50863A'

red 80 ◦ green 134 ◦ blue 58

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

Shades of Fern Green #50863A

Tints of Fern Green #50863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 29.41%
G = 49.26%
B = 21.32%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#50863A (or 0x50863A) is known color: Fern Green. HEX triplet: 50, 86 and 3A. RGB value is (80,134,58). Sum of RGB (Red+Green+Blue) = 80+134+58=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #50863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50863A is #AF79C5. Grayscale: #6D6D6D. Windows color (decimal): -11499974 or 3835472. OLE color: 3835472.

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

Color convert

RGB 80 134 58 -
CMYK 0.40 0 0.57 0.47
HSL 102.63º 0.4% 0.38% -
HSV(B) 102.63º 0.57% 0.53% -
XYZ 12.6 19.06 7.02 -
YUV 109.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 80 134 58 0.40 0 0.57 0.47 102.63 0.4 0.38
Hex 50 86 3A 28 0 39 2F 67 28 26
Octal 120 206 72 50 0 71 57 147 50 46
Binary 1010000 10000110 111010 101000 0 111001 101111 1100111 101000 100110

Color Harmonies of #50863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50863A

Black with #50863A

Text Example


Text Example

White with #50863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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