#137B56

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

Shades of Salem #137B56

Tints of Salem #137B56

Color information

#137B56 (or 0x137B56) is unknown color: approx Salem. HEX triplet: 13, 7B and 56. RGB value is (19,123,86). Sum of RGB (Red+Green+Blue) = 19+123+86=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #137B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B56 is #EC84A9. Grayscale: #575757. Windows color (decimal): -15500458 or 5667603. OLE color: 5667603.

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

Color convert

RGB1912386-
CMYK0.8500.300.52
HSL158.65º73.24%27.84%-
HSV(B)158.65º84.55%48.24%-
XYZ9.0314.9811.22-
YUV87.69127.0479.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 123 (48.44% from 255) = 53.95%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=8.33%
G=53.95%
B=37.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123860.8500.300.52158.6573.2427.84
Hex137B565501E349f491c
Octal231731261250366423711134
Binary1001111110111010110101010101111011010010011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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