#137651

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

Shades of Salem #137651

Tints of Salem #137651

Color information

#137651 (or 0x137651) is unknown color: approx Salem. HEX triplet: 13, 76 and 51. RGB value is (19,118,81). Sum of RGB (Red+Green+Blue) = 19+118+81=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #137651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137651 is #EC89AE. Grayscale: #545454. Windows color (decimal): -15501743 or 5338643. OLE color: 5338643.

HSL color Cylindrical-coordinate representation of color #137651: hue angle of 157.58º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137651 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1911881-
CMYK0.8400.310.54
HSL157.58º72.26%26.86%-
HSV(B)157.58º83.9%46.27%-
XYZ8.2313.699.99-
YUV84.18126.281.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=8.72%
G=54.13%
B=37.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118810.8400.310.54157.5872.2626.86
Hex1376515401F369e481b
Octal231661211240376623611033
Binary1001111101101010001101010001111111011010011110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137651; }

 p { color: rgb(19,118,81); }

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

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

 a { background-color: rgb(19,118,81); }

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

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

 span { border-color: rgb(19,118,81); }

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