#147351

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

Shades of Salem #147351

Tints of Salem #147351

Color information

#147351 (or 0x147351) is unknown color: approx Salem. HEX triplet: 14, 73 and 51. RGB value is (20,115,81). Sum of RGB (Red+Green+Blue) = 20+115+81=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #147351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147351 is #EB8CAE. Grayscale: #525252. Windows color (decimal): -15436975 or 5337876. OLE color: 5337876.

HSL color Cylindrical-coordinate representation of color #147351: hue angle of 158.53º 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 #147351 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB2011581-
CMYK0.8300.300.55
HSL158.53º70.37%26.47%-
HSV(B)158.53º82.61%45.1%-
XYZ7.9139.88-
YUV82.72127.0383.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=9.26%
G=53.24%
B=37.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115810.8300.300.55158.5370.3726.47
Hex1473515301E379f461a
Octal241631211230366723710632
Binary1010011100111010001101001101111011011110011111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147351; }

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

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

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

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

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

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

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

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