#147B55

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

Shades of Salem #147B55

Tints of Salem #147B55

Color information

#147B55 (or 0x147B55) is unknown color: approx Salem. HEX triplet: 14, 7B and 55. RGB value is (20,123,85). Sum of RGB (Red+Green+Blue) = 20+123+85=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #147B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B55 is #EB84AA. Grayscale: #575757. Windows color (decimal): -15434923 or 5602068. OLE color: 5602068.

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

Color convert

RGB2012385-
CMYK0.8400.310.52
HSL157.86º72.03%28.04%-
HSV(B)157.86º83.74%48.24%-
XYZ9.0114.9711.01-
YUV87.87126.3879.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 123 (48.44% from 255) = 53.95%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=8.77%
G=53.95%
B=37.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123850.8400.310.52157.8672.0328.04
Hex147B555401F349e481c
Octal241731251240376423611034
Binary1010011110111010101101010001111111010010011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,123,85); }

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

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

 a { background-color: rgb(20,123,85); }

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

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

 span { border-color: rgb(20,123,85); }

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