Html Css Color HEX #50874A Fern Green

📋 copy color: '#50874A'

red 80 ◦ green 135 ◦ blue 74

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

Shades of Fern Green #50874A

Tints of Fern Green #50874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 27.68%
G = 46.71%
B = 25.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#50874A (or 0x50874A) is known color: Fern Green. HEX triplet: 50, 87 and 4A. RGB value is (80,135,74). Sum of RGB (Red+Green+Blue) = 80+135+74=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #50874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50874A is #AF78B5. Grayscale: #6F6F6F. Windows color (decimal): -11499702 or 4884304. OLE color: 4884304.

HSL color Cylindrical-coordinate representation of color #50874A: hue angle of 114.1º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50874A is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 74 -
CMYK 0.41 0 0.45 0.47
HSL 114.1º 0.29% 0.41% -
HSV(B) 114.1º 0.45% 0.53% -
XYZ 13.21 19.53 9.55 -
YUV 111.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 80 135 74 0.41 0 0.45 0.47 114.1 0.29 0.41
Hex 50 87 4A 29 0 2D 2F 72 1D 29
Octal 120 207 112 51 0 55 57 162 35 51
Binary 1010000 10000111 1001010 101001 0 101101 101111 1110010 11101 101001

Color Harmonies of #50874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50874A

Black with #50874A

Text Example


Text Example

White with #50874A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,135,74); }

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

background-color css

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

 a { background-color: rgb(80,135,74); }

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

border-color css

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

 span { border-color: rgb(80,135,74); }

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