#508948

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

Shades of Fern Green #508948

Tints of Fern Green #508948

Color information

#508948 (or 0x508948) is unknown color: approx Fern Green. HEX triplet: 50, 89 and 48. RGB value is (80,137,72). Sum of RGB (Red+Green+Blue) = 80+137+72=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #508948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508948 is #AF76B7. Grayscale: #707070. Windows color (decimal): -11499192 or 4753744. OLE color: 4753744.

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

Color convert

RGB8013772-
CMYK0.4200.470.46
HSL112.62º31.1%40.98%-
HSV(B)112.62º47.45%53.73%-
XYZ13.4220.069.3-
YUV112.55105.12104.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=27.68%
G=47.40%
B=24.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137720.4200.470.46112.6231.140.98
Hex5089482A02F2E711f29
Octal12021111052057561613751
Binary10100001000100110010001010100101111101110111000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508948; }

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

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

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

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

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

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

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

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