#137454

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

Shades of Salem #137454

Tints of Salem #137454

Color information

#137454 (or 0x137454) is unknown color: approx Salem. HEX triplet: 13, 74 and 54. RGB value is (19,116,84). Sum of RGB (Red+Green+Blue) = 19+116+84=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #137454 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137454 is #EC8BAB. Grayscale: #535353. Windows color (decimal): -15502252 or 5534739. OLE color: 5534739.

HSL color Cylindrical-coordinate representation of color #137454: hue angle of 160.21º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137454 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1911684-
CMYK0.8400.280.55
HSL160.21º71.85%26.47%-
HSV(B)160.21º83.62%45.49%-
XYZ8.1113.2710.52-
YUV83.35128.3682.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 116 (45.70% from 255) = 52.97%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=8.68%
G=52.97%
B=38.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116840.8400.280.55160.2171.8526.47
Hex1374545401C37a0481a
Octal231641241240346724011032
Binary1001111101001010100101010001110011011110100000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137454; }

 p { color: rgb(19,116,84); }

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

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

 a { background-color: rgb(19,116,84); }

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

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

 span { border-color: rgb(19,116,84); }

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