#147355

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

Shades of Salem #147355

Tints of Salem #147355

Color information

#147355 (or 0x147355) is unknown color: approx Salem. HEX triplet: 14, 73 and 55. RGB value is (20,115,85). Sum of RGB (Red+Green+Blue) = 20+115+85=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #147355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147355 is #EB8CAA. Grayscale: #535353. Windows color (decimal): -15436971 or 5600020. OLE color: 5600020.

HSL color Cylindrical-coordinate representation of color #147355: hue angle of 161.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147355 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB2011585-
CMYK0.8300.260.55
HSL161.05º70.37%26.47%-
HSV(B)161.05º82.61%45.1%-
XYZ8.0613.0710.69-
YUV83.18129.0382.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 115 (45.31% from 255) = 52.27%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=9.09%
G=52.27%
B=38.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115850.8300.260.55161.0570.3726.47
Hex1473555301A37a1461a
Octal241631251230326724110632
Binary1010011100111010101101001101101011011110100001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147355; }

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

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

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

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

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

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

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

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