#137553

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

Shades of Salem #137553

Tints of Salem #137553

Color information

#137553 (or 0x137553) is unknown color: approx Salem. HEX triplet: 13, 75 and 53. RGB value is (19,117,83). Sum of RGB (Red+Green+Blue) = 19+117+83=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #137553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137553 is #EC8AAC. Grayscale: #535353. Windows color (decimal): -15501997 or 5469459. OLE color: 5469459.

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

Color convert

RGB1911783-
CMYK0.8400.290.54
HSL159.18º72.06%26.67%-
HSV(B)159.18º83.76%45.88%-
XYZ8.1913.4910.35-
YUV83.82127.5381.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=8.68%
G=53.42%
B=37.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117830.8400.290.54159.1872.0626.67
Hex1375535401D369f481b
Octal231651231240356623711033
Binary1001111101011010011101010001110111011010011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137553; }

 p { color: rgb(19,117,83); }

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

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

 a { background-color: rgb(19,117,83); }

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

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

 span { border-color: rgb(19,117,83); }

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