#147A51

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

Shades of Salem #147A51

Tints of Salem #147A51

Color information

#147A51 (or 0x147A51) is unknown color: approx Salem. HEX triplet: 14, 7A and 51. RGB value is (20,122,81). Sum of RGB (Red+Green+Blue) = 20+122+81=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #147A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A51 is #EB85AE. Grayscale: #565656. Windows color (decimal): -15435183 or 5339668. OLE color: 5339668.

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

Color convert

RGB2012281-
CMYK0.8400.340.52
HSL155.88º71.83%27.84%-
HSV(B)155.88º83.61%47.84%-
XYZ8.7314.6610.15-
YUV86.83124.7180.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 81 (32.03% from 255) = 36.32%
R=8.97%
G=54.71%
B=36.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122810.8400.340.52155.8871.8327.84
Hex147A5154022349c481c
Octal241721211240426423411034
Binary10100111101010100011010100010001011010010011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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