Html Css Color HEX #50723D Fern Green

📋 copy color: '#50723D'

red 80 ◦ green 114 ◦ blue 61

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

Shades of Fern Green #50723D

Tints of Fern Green #50723D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 31.37%
G = 44.71%
B = 23.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#50723D (or 0x50723D) is known color: Fern Green. HEX triplet: 50, 72 and 3D. RGB value is (80,114,61). Sum of RGB (Red+Green+Blue) = 80+114+61=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #50723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50723D is #AF8DC2. Grayscale: #616161. Windows color (decimal): -11505091 or 4026960. OLE color: 4026960.

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

Color convert

RGB 80 114 61 -
CMYK 0.30 0 0.46 0.55
HSL 98.49º 0.3% 0.34% -
HSV(B) 98.49º 0.46% 0.45% -
XYZ 10.17 14.08 6.6 -
YUV 97.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 80 114 61 0.30 0 0.46 0.55 98.49 0.3 0.34
Hex 50 72 3D 1E 0 2E 37 62 1E 22
Octal 120 162 75 36 0 56 67 142 36 42
Binary 1010000 1110010 111101 11110 0 101110 110111 1100010 11110 100010

Color Harmonies of #50723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50723D

Black with #50723D

Text Example


Text Example

White with #50723D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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