Html Css Color HEX #50713B Fern Green

📋 copy color: '#50713B'

red 80 ◦ green 113 ◦ blue 59

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

Shades of Fern Green #50713B

Tints of Fern Green #50713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 31.75%
G = 44.84%
B = 23.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#50713B (or 0x50713B) is known color: Fern Green. HEX triplet: 50, 71 and 3B. RGB value is (80,113,59). Sum of RGB (Red+Green+Blue) = 80+113+59=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #50713B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50713B is #AF8EC4. Grayscale: #616161. Windows color (decimal): -11505349 or 3895632. OLE color: 3895632.

HSL color Cylindrical-coordinate representation of color #50713B: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50713B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 59 -
CMYK 0.29 0 0.48 0.56
HSL 96.67º 0.31% 0.34% -
HSV(B) 96.67º 0.48% 0.44% -
XYZ 10 13.83 6.28 -
YUV 96.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 80 113 59 0.29 0 0.48 0.56 96.67 0.31 0.34
Hex 50 71 3B 1D 0 30 38 61 1F 22
Octal 120 161 73 35 0 60 70 141 37 42
Binary 1010000 1110001 111011 11101 0 110000 111000 1100001 11111 100010

Color Harmonies of #50713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50713B

Black with #50713B

Text Example


Text Example

White with #50713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50713B; }

 p { color: rgb(80,113,59); }

 H1.HeaderClassName
 {
   color: #50713B;
 }
 .AnyTagClassName
 {
   color: #50713B;
 }
</style>

background-color css

<style>
 a { background-color: #50713B; }

 a { background-color: rgb(80,113,59); }

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

border-color css

<style>
 span { border-color: #50713B; }

 span { border-color: rgb(80,113,59); }

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