#508B3A

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

Shades of Fern Green #508B3A

Tints of Fern Green #508B3A

Color information

#508B3A (or 0x508B3A) is unknown color: approx Fern Green. HEX triplet: 50, 8B and 3A. RGB value is (80,139,58). Sum of RGB (Red+Green+Blue) = 80+139+58=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #508B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B3A is #AF74C5. Grayscale: #707070. Windows color (decimal): -11498694 or 3836752. OLE color: 3836752.

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

Color convert

RGB8013958-
CMYK0.4200.580.45
HSL103.7º41.12%38.63%-
HSV(B)103.7º58.27%54.51%-
XYZ13.320.487.25-
YUV112.1297.45105.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=28.88%
G=50.18%
B=20.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139580.4200.580.45103.741.1238.63
Hex508B3A2A03A2D682927
Octal1202137252072551505147
Binary10100001000101111101010101001110101011011101000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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