#508946

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

Shades of Fern Green #508946

Tints of Fern Green #508946

Color information

#508946 (or 0x508946) is unknown color: approx Fern Green. HEX triplet: 50, 89 and 46. RGB value is (80,137,70). Sum of RGB (Red+Green+Blue) = 80+137+70=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #508946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508946 is #AF76B9. Grayscale: #707070. Windows color (decimal): -11499194 or 4622672. OLE color: 4622672.

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

Color convert

RGB8013770-
CMYK0.4200.490.46
HSL111.04º32.37%40.59%-
HSV(B)111.04º48.91%53.73%-
XYZ13.3620.048.96-
YUV112.32104.12104.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=27.87%
G=47.74%
B=24.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137700.4200.490.46111.0432.3740.59
Hex5089462A0312E6f2029
Octal12021110652061561574051
Binary101000010001001100011010101001100011011101101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508946; }

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

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

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

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

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

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

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

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