#11913E

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

Shades of Salem #11913E

Tints of Salem #11913E

Color information

#11913E (or 0x11913E) is unknown color: approx Salem. HEX triplet: 11, 91 and 3E. RGB value is (17,145,62). Sum of RGB (Red+Green+Blue) = 17+145+62=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 145 (57.03% from 255 or 64.73% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 145 - color contains mainly: green. Hex color #11913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11913E is #EE6EC1. Grayscale: #616161. Windows color (decimal): -15625922 or 4100369. OLE color: 4100369.

HSL color Cylindrical-coordinate representation of color #11913E: hue angle of 141.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11913E is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB1714562-
CMYK0.8800.570.43
HSL141.09º79.01%31.76%-
HSV(B)141.09º88.28%56.86%-
XYZ11.2320.727.96-
YUV97.27108.0970.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 145 (57.03% from 255) = 64.73%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=7.59%
G=64.73%
B=27.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17145620.8800.570.43141.0979.0131.76
Hex11913E580392B8d4f20
Octal21221761300715321511740
Binary100011001000111111010110000111001101011100011011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,145,62); }

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

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

 a { background-color: rgb(17,145,62); }

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

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

 span { border-color: rgb(17,145,62); }

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