#50703D

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

Shades of Fern Green #50703D

Tints of Fern Green #50703D

Color information

#50703D (or 0x50703D) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 3D. RGB value is (80,112,61). Sum of RGB (Red+Green+Blue) = 80+112+61=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #50703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703D is #AF8FC2. Grayscale: #606060. Windows color (decimal): -11505603 or 4026448. OLE color: 4026448.

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

Color convert

RGB8011261-
CMYK0.2900.460.56
HSL97.65º29.48%33.92%-
HSV(B)97.65º45.54%43.92%-
XYZ9.9413.636.52-
YUV96.62107.9116.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=31.62%
G=44.27%
B=24.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112610.2900.460.5697.6529.4833.92
Hex50703D1D02E38621d22
Octal1201607535056701423542
Binary10100001110000111101111010101110111000110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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