#506E41

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

Shades of Fern Green #506E41

Tints of Fern Green #506E41

Color information

#506E41 (or 0x506E41) is unknown color: approx Fern Green. HEX triplet: 50, 6E and 41. RGB value is (80,110,65). Sum of RGB (Red+Green+Blue) = 80+110+65=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #506E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E41 is #AF91BE. Grayscale: #606060. Windows color (decimal): -11506111 or 4288080. OLE color: 4288080.

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

Color convert

RGB8011065-
CMYK0.2700.410.57
HSL100º25.71%34.31%-
HSV(B)100º40.91%43.14%-
XYZ9.8413.247.04-
YUV95.9110.56116.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 110 (43.36% from 255) = 43.14%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=31.37%
G=43.14%
B=25.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110650.2700.410.5710025.7134.31
Hex506E411B02939641a22
Octal12015610133051711443242
Binary101000011011101000001110110101001111001110010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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