#508D40

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

Shades of Fern Green #508D40

Tints of Fern Green #508D40

Color information

#508D40 (or 0x508D40) is unknown color: approx Fern Green. HEX triplet: 50, 8D and 40. RGB value is (80,141,64). Sum of RGB (Red+Green+Blue) = 80+141+64=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #508D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D40 is #AF72BF. Grayscale: #727272. Windows color (decimal): -11498176 or 4230480. OLE color: 4230480.

HSL color Cylindrical-coordinate representation of color #508D40: hue angle of 107.53º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508D40 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB8014164-
CMYK0.4300.550.45
HSL107.53º37.56%40.2%-
HSV(B)107.53º54.61%55.29%-
XYZ13.7621.138.2-
YUV113.9899.79103.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=28.07%
G=49.47%
B=22.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141640.4300.550.45107.5337.5640.2
Hex508D402B0372D6c2628
Octal12021510053067551544650
Binary101000010001101100000010101101101111011011101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,141,64); }

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

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

 a { background-color: rgb(80,141,64); }

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

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

 span { border-color: rgb(80,141,64); }

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