#50723E

Color #50723E Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #50723E

Tints of Fern Green #50723E

Color information

#50723E (or 0x50723E) is unknown color: approx Fern Green. HEX triplet: 50, 72 and 3E. RGB value is (80,114,62). Sum of RGB (Red+Green+Blue) = 80+114+62=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #50723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50723E is #AF8DC1. Grayscale: #626262. Windows color (decimal): -11505090 or 4092496. OLE color: 4092496.

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

Color convert

RGB8011462-
CMYK0.3000.460.55
HSL99.23º29.55%34.51%-
HSV(B)99.23º45.61%44.71%-
XYZ10.214.096.74-
YUV97.91107.74115.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=31.25%
G=44.53%
B=24.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114620.3000.460.5599.2329.5534.51
Hex50723E1E02E37631e23
Octal1201627636056671433643
Binary10100001110010111110111100101110110111110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50723E;
 }
 .AnyTagClassName
 {
   color: #50723E;
 }
</style>
background-color css

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

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

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

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

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

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