#13724E

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

Shades of Salem #13724E

Tints of Salem #13724E

Color information

#13724E (or 0x13724E) is unknown color: approx Salem. HEX triplet: 13, 72 and 4E. RGB value is (19,114,78). Sum of RGB (Red+Green+Blue) = 19+114+78=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #13724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13724E is #EC8DB1. Grayscale: #515151. Windows color (decimal): -15502770 or 5141011. OLE color: 5141011.

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

Color convert

RGB1911478-
CMYK0.8300.320.55
HSL157.26º71.43%26.08%-
HSV(B)157.26º83.33%44.71%-
XYZ7.6612.729.26-
YUV81.49126.0383.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=9.00%
G=54.03%
B=36.97%

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
Decimal19114780.8300.320.55157.2671.4326.08
Hex13724E53020379d471a
Octal231621161230406723510732
Binary10011111001010011101010011010000011011110011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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