#508047

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

Shades of Fern Green #508047

Tints of Fern Green #508047

Color information

#508047 (or 0x508047) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 47. RGB value is (80,128,71). Sum of RGB (Red+Green+Blue) = 80+128+71=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #508047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508047 is #AF7FB8. Grayscale: #6B6B6B. Windows color (decimal): -11501497 or 4685904. OLE color: 4685904.

HSL color Cylindrical-coordinate representation of color #508047: hue angle of 110.53º 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 #508047 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB8012871-
CMYK0.3800.450.50
HSL110.53º28.64%39.02%-
HSV(B)110.53º44.53%50.2%-
XYZ12.1617.68.72-
YUV107.15107.6108.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=28.67%
G=45.88%
B=25.45%

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
Decimal80128710.3800.450.50110.5328.6439.02
Hex5080472602D326f1d27
Octal12020010746055621573547
Binary10100001000000010001111001100101101110010110111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508047; }

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

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

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

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

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

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

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

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