#118446

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

Shades of Salem #118446

Tints of Salem #118446

Color information

#118446 (or 0x118446) is unknown color: approx Salem. HEX triplet: 11, 84 and 46. RGB value is (17,132,70). Sum of RGB (Red+Green+Blue) = 17+132+70=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 132 (51.95% from 255 or 60.27% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 132 - color contains mainly: green. Hex color #118446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118446 is #EE7BB9. Grayscale: #5A5A5A. Windows color (decimal): -15629242 or 4621329. OLE color: 4621329.

HSL color Cylindrical-coordinate representation of color #118446: hue angle of 147.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118446 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1713270-
CMYK0.8700.470.48
HSL147.65º77.18%29.22%-
HSV(B)147.65º87.12%51.76%-
XYZ9.5917.068.58-
YUV90.55116.475.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 132 (51.95% from 255) = 60.27%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=7.76%
G=60.27%
B=31.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132700.8700.470.48147.6577.1829.22
Hex1184465702F30944d1d
Octal212041061270576022411535
Binary100011000010010001101010111010111111000010010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118446; }

 p { color: rgb(17,132,70); }

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

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

 a { background-color: rgb(17,132,70); }

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

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

 span { border-color: rgb(17,132,70); }

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