#119149

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

Shades of Salem #119149

Tints of Salem #119149

Color information

#119149 (or 0x119149) is unknown color: approx Salem. HEX triplet: 11, 91 and 49. RGB value is (17,145,73). Sum of RGB (Red+Green+Blue) = 17+145+73=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #119149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119149 is #EE6EB6. Grayscale: #626262. Windows color (decimal): -15625911 or 4821265. OLE color: 4821265.

HSL color Cylindrical-coordinate representation of color #119149: hue angle of 146.25º 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 #119149 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB1714573-
CMYK0.8800.500.43
HSL146.25º79.01%31.76%-
HSV(B)146.25º88.28%56.86%-
XYZ11.5620.859.72-
YUV98.52113.5969.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 145 (57.03% from 255) = 61.70%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=7.23%
G=61.70%
B=31.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17145730.8800.500.43146.2579.0131.76
Hex119149580322B924f20
Octal212211111300625322211740
Binary1000110010001100100110110000110010101011100100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119149; }

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

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

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

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

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

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

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

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