#137552

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

Shades of Salem #137552

Tints of Salem #137552

Color information

#137552 (or 0x137552) is unknown color: approx Salem. HEX triplet: 13, 75 and 52. RGB value is (19,117,82). Sum of RGB (Red+Green+Blue) = 19+117+82=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #137552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137552 is #EC8AAD. Grayscale: #535353. Windows color (decimal): -15501998 or 5403923. OLE color: 5403923.

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

Color convert

RGB1911782-
CMYK0.8400.300.54
HSL158.57º72.06%26.67%-
HSV(B)158.57º83.76%45.88%-
XYZ8.1513.4710.15-
YUV83.71127.0381.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=8.72%
G=53.67%
B=37.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117820.8400.300.54158.5772.0626.67
Hex1375525401E369f481b
Octal231651221240366623711033
Binary1001111101011010010101010001111011011010011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137552; }

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

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

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

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

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

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

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

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