#13724D

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

Shades of Salem #13724D

Tints of Salem #13724D

Color information

#13724D (or 0x13724D) is unknown color: approx Salem. HEX triplet: 13, 72 and 4D. RGB value is (19,114,77). Sum of RGB (Red+Green+Blue) = 19+114+77=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #13724D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13724D is #EC8DB2. Grayscale: #515151. Windows color (decimal): -15502771 or 5075475. OLE color: 5075475.

HSL color Cylindrical-coordinate representation of color #13724D: hue angle of 156.63º 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 #13724D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1911477-
CMYK0.8300.320.55
HSL156.63º71.43%26.08%-
HSV(B)156.63º83.33%44.71%-
XYZ7.6312.719.07-
YUV81.38125.5383.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 114 (44.92% from 255) = 54.29%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=9.05%
G=54.29%
B=36.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114770.8300.320.55156.6371.4326.08
Hex13724D53020379d471a
Octal231621151230406723510732
Binary10011111001010011011010011010000011011110011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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