#137B55

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

Shades of Salem #137B55

Tints of Salem #137B55

Color information

#137B55 (or 0x137B55) is unknown color: approx Salem. HEX triplet: 13, 7B and 55. RGB value is (19,123,85). Sum of RGB (Red+Green+Blue) = 19+123+85=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #137B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B55 is #EC84AA. Grayscale: #575757. Windows color (decimal): -15500459 or 5602067. OLE color: 5602067.

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

Color convert

RGB1912385-
CMYK0.8500.310.52
HSL158.08º73.24%27.84%-
HSV(B)158.08º84.55%48.24%-
XYZ8.9914.9611.01-
YUV87.57126.5479.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=8.37%
G=54.19%
B=37.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123850.8500.310.52158.0873.2427.84
Hex137B555501F349e491c
Octal231731251250376423611134
Binary1001111110111010101101010101111111010010011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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