#137B4A

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

Shades of Salem #137B4A

Tints of Salem #137B4A

Color information

#137B4A (or 0x137B4A) is unknown color: approx Salem. HEX triplet: 13, 7B and 4A. RGB value is (19,123,74). Sum of RGB (Red+Green+Blue) = 19+123+74=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #137B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137B4A is #EC84B5. Grayscale: #565656. Windows color (decimal): -15500470 or 4881171. OLE color: 4881171.

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

Color convert

RGB1912374-
CMYK0.8500.400.52
HSL151.73º73.24%27.84%-
HSV(B)151.73º84.55%48.24%-
XYZ8.5914.88.88-
YUV86.32121.0479.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 123 (48.44% from 255) = 56.94%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=8.80%
G=56.94%
B=34.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123740.8500.400.52151.7373.2427.84
Hex137B4A550283498491c
Octal231731121250506423011134
Binary10011111101110010101010101010100011010010011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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