#50713F

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

Shades of Fern Green #50713F

Tints of Fern Green #50713F

Color information

#50713F (or 0x50713F) is unknown color: approx Fern Green. HEX triplet: 50, 71 and 3F. RGB value is (80,113,63). Sum of RGB (Red+Green+Blue) = 80+113+63=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #50713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50713F is #AF8EC0. Grayscale: #616161. Windows color (decimal): -11505345 or 4157776. OLE color: 4157776.

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

Color convert

RGB8011363-
CMYK0.2900.440.56
HSL99.6º28.41%34.51%-
HSV(B)99.6º44.25%44.31%-
XYZ10.1113.876.85-
YUV97.43108.57115.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 63 (25% from 255) = 24.61%
R=31.25%
G=44.14%
B=24.61%

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
Decimal80113630.2900.440.5699.628.4134.51
Hex50713F1D02C38641c23
Octal1201617735054701443443
Binary10100001110001111111111010101100111000110010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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