#147D4A

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

Shades of Salem #147D4A

Tints of Salem #147D4A

Color information

#147D4A (or 0x147D4A) is unknown color: approx Salem. HEX triplet: 14, 7D and 4A. RGB value is (20,125,74). Sum of RGB (Red+Green+Blue) = 20+125+74=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #147D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147D4A is #EB82B5. Grayscale: #575757. Windows color (decimal): -15434422 or 4881684. OLE color: 4881684.

HSL color Cylindrical-coordinate representation of color #147D4A: hue angle of 150.86º 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 #147D4A is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB2012574-
CMYK0.8400.410.51
HSL150.86º72.41%28.43%-
HSV(B)150.86º84%49.02%-
XYZ8.8615.318.97-
YUV87.79120.2179.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=9.13%
G=57.08%
B=33.79%

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
Decimal20125740.8400.410.51150.8672.4128.43
Hex147D4A540293397481c
Octal241751121240516322711034
Binary10100111110110010101010100010100111001110010111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,125,74); }

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

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

 a { background-color: rgb(20,125,74); }

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

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

 span { border-color: rgb(20,125,74); }

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