#119049

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

Shades of Salem #119049

Tints of Salem #119049

Color information

#119049 (or 0x119049) is unknown color: approx Salem. HEX triplet: 11, 90 and 49. RGB value is (17,144,73). Sum of RGB (Red+Green+Blue) = 17+144+73=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #119049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119049 is #EE6FB6. Grayscale: #626262. Windows color (decimal): -15626167 or 4821009. OLE color: 4821009.

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

Color convert

RGB1714473-
CMYK0.8800.490.44
HSL146.46º78.88%31.57%-
HSV(B)146.46º88.19%56.47%-
XYZ11.4120.559.67-
YUV97.93113.9270.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 144 (56.64% from 255) = 61.54%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=7.26%
G=61.54%
B=31.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17144730.8800.490.44146.4678.8831.57
Hex119049580312C924f20
Octal212201111300615422211740
Binary1000110010000100100110110000110001101100100100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119049; }

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

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

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

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

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

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

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

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