#50703E

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

Shades of Fern Green #50703E

Tints of Fern Green #50703E

Color information

#50703E (or 0x50703E) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 3E. RGB value is (80,112,62). Sum of RGB (Red+Green+Blue) = 80+112+62=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #50703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703E is #AF8FC1. Grayscale: #606060. Windows color (decimal): -11505602 or 4091984. OLE color: 4091984.

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

Color convert

RGB8011262-
CMYK0.2900.450.56
HSL98.4º28.74%34.12%-
HSV(B)98.4º44.64%43.92%-
XYZ9.9713.646.66-
YUV96.73108.4116.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=31.50%
G=44.09%
B=24.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112620.2900.450.5698.428.7434.12
Hex50703E1D02D38621d22
Octal1201607635055701423542
Binary10100001110000111110111010101101111000110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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