#147A58

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

Shades of Salem #147A58

Tints of Salem #147A58

Color information

#147A58 (or 0x147A58) is unknown color: approx Salem. HEX triplet: 14, 7A and 58. RGB value is (20,122,88). Sum of RGB (Red+Green+Blue) = 20+122+88=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #147A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A58 is #EB85A7. Grayscale: #575757. Windows color (decimal): -15435176 or 5798420. OLE color: 5798420.

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

Color convert

RGB2012288-
CMYK0.8400.280.52
HSL160º71.83%27.84%-
HSV(B)160º83.61%47.84%-
XYZ9.0114.7711.61-
YUV87.63128.2179.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 122 (48.05% from 255) = 53.04%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=8.70%
G=53.04%
B=38.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122880.8400.280.5216071.8327.84
Hex147A585401C34a0481c
Octal241721301240346424011034
Binary1010011110101011000101010001110011010010100000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,122,88); }

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

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

 a { background-color: rgb(20,122,88); }

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

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

 span { border-color: rgb(20,122,88); }

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