#508046

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

Shades of Fern Green #508046

Tints of Fern Green #508046

Color information

#508046 (or 0x508046) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 46. RGB value is (80,128,70). Sum of RGB (Red+Green+Blue) = 80+128+70=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #508046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508046 is #AF7FB9. Grayscale: #6B6B6B. Windows color (decimal): -11501498 or 4620368. OLE color: 4620368.

HSL color Cylindrical-coordinate representation of color #508046: hue angle of 109.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508046 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB8012870-
CMYK0.3800.450.50
HSL109.66º29.29%38.82%-
HSV(B)109.66º45.31%50.2%-
XYZ12.1317.598.55-
YUV107.04107.1108.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=28.78%
G=46.04%
B=25.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128700.3800.450.50109.6629.2938.82
Hex5080462602D326e1d27
Octal12020010646055621563547
Binary10100001000000010001101001100101101110010110111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508046; }

 p { color: rgb(80,128,70); }

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

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

 a { background-color: rgb(80,128,70); }

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

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

 span { border-color: rgb(80,128,70); }

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