#147853

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

Shades of Salem #147853

Tints of Salem #147853

Color information

#147853 (or 0x147853) is unknown color: approx Salem. HEX triplet: 14, 78 and 53. RGB value is (20,120,83). Sum of RGB (Red+Green+Blue) = 20+120+83=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #147853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147853 is #EB87AC. Grayscale: #555555. Windows color (decimal): -15435693 or 5470228. OLE color: 5470228.

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

Color convert

RGB2012083-
CMYK0.8300.310.53
HSL157.8º71.43%27.45%-
HSV(B)157.8º83.33%47.06%-
XYZ8.5714.2110.47-
YUV85.88126.3781.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 120 (47.27% from 255) = 53.81%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=8.97%
G=53.81%
B=37.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120830.8300.310.53157.871.4327.45
Hex1478535301F359e471b
Octal241701231230376523610733
Binary1010011110001010011101001101111111010110011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147853; }

 p { color: rgb(20,120,83); }

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

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

 a { background-color: rgb(20,120,83); }

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

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

 span { border-color: rgb(20,120,83); }

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