#137A4B

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

Shades of Salem #137A4B

Tints of Salem #137A4B

Color information

#137A4B (or 0x137A4B) is unknown color: approx Salem. HEX triplet: 13, 7A and 4B. RGB value is (19,122,75). Sum of RGB (Red+Green+Blue) = 19+122+75=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 122 (48.05% from 255 or 56.48% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 122 - color contains mainly: green. Hex color #137A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137A4B is #EC85B4. Grayscale: #555555. Windows color (decimal): -15500725 or 4946451. OLE color: 4946451.

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

Color convert

RGB1912275-
CMYK0.8400.390.52
HSL152.62º73.05%27.65%-
HSV(B)152.62º84.43%47.84%-
XYZ8.514.579.02-
YUV85.84121.8880.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 122 (48.05% from 255) = 56.48%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=8.80%
G=56.48%
B=34.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19122750.8400.390.52152.6273.0527.65
Hex137A4B540273499491c
Octal231721131240476423111134
Binary10011111101010010111010100010011111010010011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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