Html Css Color HEX #50724D Fern Green

📋 copy color: '#50724D'

red 80 ◦ green 114 ◦ blue 77

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

Shades of Fern Green #50724D

Tints of Fern Green #50724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 29.52%
G = 42.07%
B = 28.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#50724D (or 0x50724D) is known color: Fern Green. HEX triplet: 50, 72 and 4D. RGB value is (80,114,77). Sum of RGB (Red+Green+Blue) = 80+114+77=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #50724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50724D is #AF8DB2. Grayscale: #636363. Windows color (decimal): -11505075 or 5075536. OLE color: 5075536.

HSL color Cylindrical-coordinate representation of color #50724D: hue angle of 115.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50724D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 77 -
CMYK 0.30 0 0.32 0.55
HSL 115.14º 0.19% 0.37% -
HSV(B) 115.14º 0.32% 0.45% -
XYZ 10.67 14.28 9.21 -
YUV 99.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 80 114 77 0.30 0 0.32 0.55 115.14 0.19 0.37
Hex 50 72 4D 1E 0 20 37 73 13 25
Octal 120 162 115 36 0 40 67 163 23 45
Binary 1010000 1110010 1001101 11110 0 100000 110111 1110011 10011 100101

Color Harmonies of #50724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50724D

Black with #50724D

Text Example


Text Example

White with #50724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,114,77); }

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

background-color css

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

 a { background-color: rgb(80,114,77); }

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

border-color css

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

 span { border-color: rgb(80,114,77); }

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