#119048

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

Shades of Salem #119048

Tints of Salem #119048

Color information

#119048 (or 0x119048) is unknown color: approx Salem. HEX triplet: 11, 90 and 48. RGB value is (17,144,72). Sum of RGB (Red+Green+Blue) = 17+144+72=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #119048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119048 is #EE6FB7. Grayscale: #616161. Windows color (decimal): -15626168 or 4755473. OLE color: 4755473.

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

Color convert

RGB1714472-
CMYK0.8800.500.44
HSL145.98º78.88%31.57%-
HSV(B)145.98º88.19%56.47%-
XYZ11.3720.539.49-
YUV97.82113.4270.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 144 (56.64% from 255) = 61.80%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=7.30%
G=61.80%
B=30.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17144720.8800.500.44145.9878.8831.57
Hex119048580322C924f20
Octal212201101300625422211740
Binary1000110010000100100010110000110010101100100100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119048; }

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

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

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

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

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

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

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

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