#506E3F

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

Shades of Fern Green #506E3F

Tints of Fern Green #506E3F

Color information

#506E3F (or 0x506E3F) is unknown color: approx Fern Green. HEX triplet: 50, 6E and 3F. RGB value is (80,110,63). Sum of RGB (Red+Green+Blue) = 80+110+63=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #506E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E3F is #AF91C0. Grayscale: #5F5F5F. Windows color (decimal): -11506113 or 4157008. OLE color: 4157008.

HSL color Cylindrical-coordinate representation of color #506E3F: hue angle of 98.3º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #506E3F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB8011063-
CMYK0.2700.430.57
HSL98.3º27.17%33.92%-
HSV(B)98.3º42.73%43.14%-
XYZ9.7813.226.74-
YUV95.67109.56116.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 63 (25% from 255) = 24.90%
R=31.62%
G=43.48%
B=24.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110630.2700.430.5798.327.1733.92
Hex506E3F1B02B39621b22
Octal1201567733053711423342
Binary10100001101110111111110110101011111001110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E3F; }

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

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

<style>
 a { background-color: #506E3F; }

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

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

<style>
 span { border-color: #506E3F; }

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

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