#137B49

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

Shades of Salem #137B49

Tints of Salem #137B49

Color information

#137B49 (or 0x137B49) is unknown color: approx Salem. HEX triplet: 13, 7B and 49. RGB value is (19,123,73). Sum of RGB (Red+Green+Blue) = 19+123+73=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #137B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B49 is #EC84B6. Grayscale: #565656. Windows color (decimal): -15500471 or 4815635. OLE color: 4815635.

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

Color convert

RGB1912373-
CMYK0.8500.410.52
HSL151.15º73.24%27.84%-
HSV(B)151.15º84.55%48.24%-
XYZ8.5514.798.71-
YUV86.2120.5480.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=8.84%
G=57.21%
B=33.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123730.8500.410.52151.1573.2427.84
Hex137B49550293497491c
Octal231731111250516422711134
Binary10011111101110010011010101010100111010010010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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