#137b4b

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

Shades of Salem #137B4B

Tints of Salem #137B4B

Color information

#137B4B (or 0x137B4B) is unknown color: approx Salem. HEX triplet: 13, 7B and 4B. RGB value is (19,123,75). Sum of RGB (Red+Green+Blue) = 19+123+75=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #137B4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B4B is #EC84B4. Grayscale: #565656. Windows color (decimal): -15500469 or 4946707. OLE color: 4946707.

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

Color convert

RGB1912375-
CMYK0.8500.390.52
HSL152.31º73.24%27.84%-
HSV(B)152.31º84.55%48.24%-
XYZ8.6214.819.06-
YUV86.43121.5479.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=8.76%
G=56.68%
B=34.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123750.8500.390.52152.3173.2427.84
Hex137B4B550273498491c
Octal231731131250476423011134
Binary10011111101110010111010101010011111010010011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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