Html Css Color HEX #50723F Fern Green

📋 copy color: '#50723F'

red 80 ◦ green 114 ◦ blue 63

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

Shades of Fern Green #50723F

Tints of Fern Green #50723F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 31.13%
G = 44.36%
B = 24.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#50723F (or 0x50723F) is known color: Fern Green. HEX triplet: 50, 72 and 3F. RGB value is (80,114,63). Sum of RGB (Red+Green+Blue) = 80+114+63=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #50723F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50723F is #AF8DC0. Grayscale: #626262. Windows color (decimal): -11505089 or 4158032. OLE color: 4158032.

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

Color convert

RGB 80 114 63 -
CMYK 0.30 0 0.45 0.55
HSL 100º 0.29% 0.35% -
HSV(B) 100º 0.45% 0.45% -
XYZ 10.22 14.1 6.89 -
YUV 98.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 80 114 63 0.30 0 0.45 0.55 100 0.29 0.35
Hex 50 72 3F 1E 0 2D 37 64 1D 23
Octal 120 162 77 36 0 55 67 144 35 43
Binary 1010000 1110010 111111 11110 0 101101 110111 1100100 11101 100011

Color Harmonies of #50723F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50723F

Black with #50723F

Text Example


Text Example

White with #50723F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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