#50703F

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

Shades of Fern Green #50703F

Tints of Fern Green #50703F

Color information

#50703F (or 0x50703F) is unknown color: approx Fern Green. HEX triplet: 50, 70 and 3F. RGB value is (80,112,63). Sum of RGB (Red+Green+Blue) = 80+112+63=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #50703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703F is #AF8FC0. Grayscale: #616161. Windows color (decimal): -11505601 or 4157520. OLE color: 4157520.

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

Color convert

RGB8011263-
CMYK0.2900.440.56
HSL99.18º28%34.31%-
HSV(B)99.18º43.75%43.92%-
XYZ1013.656.81-
YUV96.85108.9115.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 63 (25% from 255) = 24.71%
R=31.37%
G=43.92%
B=24.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112630.2900.440.5699.182834.31
Hex50703F1D02C38631c22
Octal1201607735054701433442
Binary10100001110000111111111010101100111000110001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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