#13744C

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

Shades of Salem #13744C

Tints of Salem #13744C

Color information

#13744C (or 0x13744C) is unknown color: approx Salem. HEX triplet: 13, 74 and 4C. RGB value is (19,116,76). Sum of RGB (Red+Green+Blue) = 19+116+76=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #13744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13744C is #EC8BB3. Grayscale: #525252. Windows color (decimal): -15502260 or 5010451. OLE color: 5010451.

HSL color Cylindrical-coordinate representation of color #13744C: hue angle of 155.26º 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 #13744C is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1911676-
CMYK0.8400.340.55
HSL155.26º71.85%26.47%-
HSV(B)155.26º83.62%45.49%-
XYZ7.8213.158.96-
YUV82.44124.3682.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 116 (45.70% from 255) = 54.98%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=9.00%
G=54.98%
B=36.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116760.8400.340.55155.2671.8526.47
Hex13744C54022379b481a
Octal231641141240426723311032
Binary10011111010010011001010100010001011011110011011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13744C; }

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

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

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

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

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

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

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

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