#147656

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

Shades of Salem #147656

Tints of Salem #147656

Color information

#147656 (or 0x147656) is unknown color: approx Salem. HEX triplet: 14, 76 and 56. RGB value is (20,118,86). Sum of RGB (Red+Green+Blue) = 20+118+86=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #147656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147656 is #EB89A9. Grayscale: #555555. Windows color (decimal): -15436202 or 5666324. OLE color: 5666324.

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

Color convert

RGB2011886-
CMYK0.8300.270.54
HSL160.41º71.01%27.06%-
HSV(B)160.41º83.05%46.27%-
XYZ8.4513.7811.02-
YUV85.05128.5381.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=8.93%
G=52.68%
B=38.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118860.8300.270.54160.4171.0127.06
Hex1476565301B36a0471b
Octal241661261230336624010733
Binary1010011101101010110101001101101111011010100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147656; }

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

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

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

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

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

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

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

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