#508940

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

Shades of Fern Green #508940

Tints of Fern Green #508940

Color information

#508940 (or 0x508940) is unknown color: approx Fern Green. HEX triplet: 50, 89 and 40. RGB value is (80,137,64). Sum of RGB (Red+Green+Blue) = 80+137+64=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #508940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508940 is #AF76BF. Grayscale: #6F6F6F. Windows color (decimal): -11499200 or 4229456. OLE color: 4229456.

HSL color Cylindrical-coordinate representation of color #508940: hue angle of 106.85º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508940 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB8013764-
CMYK0.4200.530.46
HSL106.85º36.32%39.41%-
HSV(B)106.85º53.28%53.73%-
XYZ13.1819.978.01-
YUV111.64101.12105.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=28.47%
G=48.75%
B=22.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137640.4200.530.46106.8536.3239.41
Hex5089402A0352E6b2427
Octal12021110052065561534447
Binary101000010001001100000010101001101011011101101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508940; }

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

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

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

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

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

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

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

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