#13724C

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

Shades of Salem #13724C

Tints of Salem #13724C

Color information

#13724C (or 0x13724C) is unknown color: approx Salem. HEX triplet: 13, 72 and 4C. RGB value is (19,114,76). Sum of RGB (Red+Green+Blue) = 19+114+76=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #13724C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13724C is #EC8DB3. Grayscale: #515151. Windows color (decimal): -15502772 or 5009939. OLE color: 5009939.

HSL color Cylindrical-coordinate representation of color #13724C: hue angle of 156º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13724C is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1911476-
CMYK0.8300.330.55
HSL156º71.43%26.08%-
HSV(B)156º83.33%44.71%-
XYZ7.5912.698.89-
YUV81.26125.0383.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=9.09%
G=54.55%
B=36.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114760.8300.330.5515671.4326.08
Hex13724C53021379c471a
Octal231621141230416723410732
Binary10011111001010011001010011010000111011110011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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