#118956

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

Shades of Salem #118956

Tints of Salem #118956

Color information

#118956 (or 0x118956) is unknown color: approx Salem. HEX triplet: 11, 89 and 56. RGB value is (17,137,86). Sum of RGB (Red+Green+Blue) = 17+137+86=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #118956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118956 is #EE76A9. Grayscale: #5F5F5F. Windows color (decimal): -15627946 or 5671185. OLE color: 5671185.

HSL color Cylindrical-coordinate representation of color #118956: hue angle of 154.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118956 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1713786-
CMYK0.8800.370.46
HSL154.5º77.92%30.2%-
HSV(B)154.5º87.59%53.73%-
XYZ10.8618.6811.84-
YUV95.31122.7472.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.08%
GREEN value IS 137 (53.91% from 255) = 57.08%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=7.08%
G=57.08%
B=35.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17137860.8800.370.46154.577.9230.2
Hex118956580252E9a4e1e
Octal212111261300455623211636
Binary100011000100110101101011000010010110111010011010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118956; }

 p { color: rgb(17,137,86); }

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

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

 a { background-color: rgb(17,137,86); }

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

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

 span { border-color: rgb(17,137,86); }

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