#147053

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

Shades of Salem #147053

Tints of Salem #147053

Color information

#147053 (or 0x147053) is unknown color: approx Salem. HEX triplet: 14, 70 and 53. RGB value is (20,112,83). Sum of RGB (Red+Green+Blue) = 20+112+83=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #147053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147053 is #EB8FAC. Grayscale: #515151. Windows color (decimal): -15437741 or 5468180. OLE color: 5468180.

HSL color Cylindrical-coordinate representation of color #147053: hue angle of 161.09º 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 #147053 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB2011283-
CMYK0.8200.260.56
HSL161.09º69.7%25.88%-
HSV(B)161.09º82.14%43.92%-
XYZ7.6412.3610.17-
YUV81.19129.0284.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=9.30%
G=52.09%
B=38.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20112830.8200.260.56161.0969.725.88
Hex1470535201A38a1461a
Octal241601231220327024110632
Binary1010011100001010011101001001101011100010100001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147053; }

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

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

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

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

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

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

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

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