#137A51

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

Shades of Salem #137A51

Tints of Salem #137A51

Color information

#137A51 (or 0x137A51) is unknown color: approx Salem. HEX triplet: 13, 7A and 51. RGB value is (19,122,81). Sum of RGB (Red+Green+Blue) = 19+122+81=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #137A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A51 is #EC85AE. Grayscale: #565656. Windows color (decimal): -15500719 or 5339667. OLE color: 5339667.

HSL color Cylindrical-coordinate representation of color #137A51: hue angle of 156.12º 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 #137A51 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1912281-
CMYK0.8400.340.52
HSL156.12º73.05%27.65%-
HSV(B)156.12º84.43%47.84%-
XYZ8.7114.6510.15-
YUV86.53124.8879.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=8.56%
G=54.95%
B=36.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122810.8400.340.52156.1273.0527.65
Hex137A5154022349c491c
Octal231721211240426423411134
Binary10011111101010100011010100010001011010010011100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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