#118048

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

Shades of Salem #118048

Tints of Salem #118048

Color information

#118048 (or 0x118048) is unknown color: approx Salem. HEX triplet: 11, 80 and 48. RGB value is (17,128,72). Sum of RGB (Red+Green+Blue) = 17+128+72=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #118048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118048 is #EE7FB7. Grayscale: #585858. Windows color (decimal): -15630264 or 4751377. OLE color: 4751377.

HSL color Cylindrical-coordinate representation of color #118048: hue angle of 149.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118048 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB1712872-
CMYK0.8700.440.50
HSL149.73º76.55%28.43%-
HSV(B)149.73º86.72%50.2%-
XYZ9.1216.038.74-
YUV88.43118.7377.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=7.83%
G=58.99%
B=33.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17128720.8700.440.50149.7376.5528.43
Hex1180485702C32964d1c
Octal212001101270546222611534
Binary100011000000010010001010111010110011001010010110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118048; }

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

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

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

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

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

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

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

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