#508B39

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

Shades of Fern Green #508B39

Tints of Fern Green #508B39

Color information

#508B39 (or 0x508B39) is unknown color: approx Fern Green. HEX triplet: 50, 8B and 39. RGB value is (80,139,57). Sum of RGB (Red+Green+Blue) = 80+139+57=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #508B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B39 is #AF74C6. Grayscale: #707070. Windows color (decimal): -11498695 or 3771216. OLE color: 3771216.

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

Color convert

RGB8013957-
CMYK0.4200.590.45
HSL103.17º41.84%38.43%-
HSV(B)103.17º58.99%54.51%-
XYZ13.2820.477.12-
YUV112.0196.95105.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 139 (54.69% from 255) = 50.36%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=28.99%
G=50.36%
B=20.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139570.4200.590.45103.1741.8438.43
Hex508B392A03B2D672a26
Octal1202137152073551475246
Binary10100001000101111100110101001110111011011100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,139,57); }

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

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

 a { background-color: rgb(80,139,57); }

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

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

 span { border-color: rgb(80,139,57); }

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