#147456

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

Shades of Salem #147456

Tints of Salem #147456

Color information

#147456 (or 0x147456) is unknown color: approx Salem. HEX triplet: 14, 74 and 56. RGB value is (20,116,86). Sum of RGB (Red+Green+Blue) = 20+116+86=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #147456 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147456 is #EB8BA9. Grayscale: #535353. Windows color (decimal): -15436714 or 5665812. OLE color: 5665812.

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

Color convert

RGB2011686-
CMYK0.8300.260.55
HSL161.25º70.59%26.67%-
HSV(B)161.25º82.76%45.49%-
XYZ8.2113.3110.94-
YUV83.88129.282.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=9.01%
G=52.25%
B=38.74%

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
Decimal20116860.8300.260.55161.2570.5926.67
Hex1474565301A37a1471b
Octal241641261230326724110733
Binary1010011101001010110101001101101011011110100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147456; }

 p { color: rgb(20,116,86); }

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

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

 a { background-color: rgb(20,116,86); }

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

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

 span { border-color: rgb(20,116,86); }

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