#137A53

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

Shades of Salem #137A53

Tints of Salem #137A53

Color information

#137A53 (or 0x137A53) is unknown color: approx Salem. HEX triplet: 13, 7A and 53. RGB value is (19,122,83). Sum of RGB (Red+Green+Blue) = 19+122+83=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #137A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A53 is #EC85AC. Grayscale: #565656. Windows color (decimal): -15500717 or 5470739. OLE color: 5470739.

HSL color Cylindrical-coordinate representation of color #137A53: hue angle of 157.28º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A53 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB1912283-
CMYK0.8400.320.52
HSL157.28º73.05%27.65%-
HSV(B)157.28º84.43%47.84%-
XYZ8.7914.6810.55-
YUV86.76125.8879.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 83 (32.81% from 255) = 37.05%
R=8.48%
G=54.46%
B=37.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122830.8400.320.52157.2873.0527.65
Hex137A5354020349d491c
Octal231721231240406423511134
Binary10011111101010100111010100010000011010010011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137A53; }

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

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

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

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

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

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

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

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