#147C49

Color #147C49 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #147C49

Tints of Salem #147C49

Color information

#147C49 (or 0x147C49) is unknown color: approx Salem. HEX triplet: 14, 7C and 49. RGB value is (20,124,73). Sum of RGB (Red+Green+Blue) = 20+124+73=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #147C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C49 is #EB83B6. Grayscale: #575757. Windows color (decimal): -15434679 or 4815892. OLE color: 4815892.

HSL color Cylindrical-coordinate representation of color #147C49: hue angle of 150.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C49 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB2012473-
CMYK0.8400.410.51
HSL150.58º72.22%28.24%-
HSV(B)150.58º83.87%48.63%-
XYZ8.715.058.75-
YUV87.09120.0480.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=9.22%
G=57.14%
B=33.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20124730.8400.410.51150.5872.2228.24
Hex147C49540293397481c
Octal241741111240516322711034
Binary10100111110010010011010100010100111001110010111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147C49; }

 p { color: rgb(20,124,73); }

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

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

 a { background-color: rgb(20,124,73); }

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

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

 span { border-color: rgb(20,124,73); }

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