#147056

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

Shades of Salem #147056

Tints of Salem #147056

Color information

#147056 (or 0x147056) is unknown color: approx Salem. HEX triplet: 14, 70 and 56. RGB value is (20,112,86). Sum of RGB (Red+Green+Blue) = 20+112+86=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #147056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147056 is #EB8FA9. Grayscale: #515151. Windows color (decimal): -15437738 or 5664788. OLE color: 5664788.

HSL color Cylindrical-coordinate representation of color #147056: hue angle of 163.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147056 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB2011286-
CMYK0.8200.230.56
HSL163.04º69.7%25.88%-
HSV(B)163.04º82.14%43.92%-
XYZ7.7612.4110.79-
YUV81.53130.5284.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=9.17%
G=51.38%
B=39.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112860.8200.230.56163.0469.725.88
Hex1470565201738a3461a
Octal241601261220277024310632
Binary1010011100001010110101001001011111100010100011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147056; }

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

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

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

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

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

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

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

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