#137754

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

Shades of Salem #137754

Tints of Salem #137754

Color information

#137754 (or 0x137754) is unknown color: approx Salem. HEX triplet: 13, 77 and 54. RGB value is (19,119,84). Sum of RGB (Red+Green+Blue) = 19+119+84=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #137754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137754 is #EC88AB. Grayscale: #555555. Windows color (decimal): -15501484 or 5535507. OLE color: 5535507.

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

Color convert

RGB1911984-
CMYK0.8400.290.53
HSL159º72.46%27.06%-
HSV(B)159º84.03%46.67%-
XYZ8.4713.9710.64-
YUV85.11127.3780.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=8.56%
G=53.60%
B=37.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119840.8400.290.5315972.4627.06
Hex1377545401D359f481b
Octal231671241240356523711033
Binary1001111101111010100101010001110111010110011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137754; }

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

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

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

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

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

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

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

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