#137B48

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

Shades of Salem #137B48

Tints of Salem #137B48

Color information

#137B48 (or 0x137B48) is unknown color: approx Salem. HEX triplet: 13, 7B and 48. RGB value is (19,123,72). Sum of RGB (Red+Green+Blue) = 19+123+72=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #137B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B48 is #EC84B7. Grayscale: #565656. Windows color (decimal): -15500472 or 4750099. OLE color: 4750099.

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

Color convert

RGB1912372-
CMYK0.8500.410.52
HSL150.58º73.24%27.84%-
HSV(B)150.58º84.55%48.24%-
XYZ8.5214.778.53-
YUV86.09120.0480.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 123 (48.44% from 255) = 57.48%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=8.88%
G=57.48%
B=33.64%

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
Decimal19123720.8500.410.52150.5873.2427.84
Hex137B48550293497491c
Octal231731101250516422711134
Binary10011111101110010001010101010100111010010010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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