#508E43

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

Shades of Fern Green #508E43

Tints of Fern Green #508E43

Color information

#508E43 (or 0x508E43) is unknown color: approx Fern Green. HEX triplet: 50, 8E and 43. RGB value is (80,142,67). Sum of RGB (Red+Green+Blue) = 80+142+67=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #508E43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E43 is #AF71BC. Grayscale: #737373. Windows color (decimal): -11497917 or 4427344. OLE color: 4427344.

HSL color Cylindrical-coordinate representation of color #508E43: hue angle of 109.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508E43 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB8014267-
CMYK0.4400.530.44
HSL109.6º35.89%40.98%-
HSV(B)109.6º52.82%55.69%-
XYZ13.9921.468.71-
YUV114.91100.96103.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=27.68%
G=49.13%
B=23.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80142670.4400.530.44109.635.8940.98
Hex508E432C0352C6e2429
Octal12021610354065541564451
Binary101000010001110100001110110001101011011001101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508E43; }

 p { color: rgb(80,142,67); }

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

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

 a { background-color: rgb(80,142,67); }

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

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

 span { border-color: rgb(80,142,67); }

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