#118842

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

Shades of Salem #118842

Tints of Salem #118842

Color information

#118842 (or 0x118842) is unknown color: approx Salem. HEX triplet: 11, 88 and 42. RGB value is (17,136,66). Sum of RGB (Red+Green+Blue) = 17+136+66=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #118842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118842 is #EE77BD. Grayscale: #5C5C5C. Windows color (decimal): -15628222 or 4360209. OLE color: 4360209.

HSL color Cylindrical-coordinate representation of color #118842: hue angle of 144.71º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118842 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1713666-
CMYK0.8700.510.47
HSL144.71º77.78%30%-
HSV(B)144.71º87.5%53.33%-
XYZ10.0218.128.12-
YUV92.44113.0874.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 136 (53.52% from 255) = 62.10%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=7.76%
G=62.10%
B=30.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17136660.8700.510.47144.7177.7830
Hex118842570332F914e1e
Octal212101021270635722111636
Binary100011000100010000101010111011001110111110010001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118842; }

 p { color: rgb(17,136,66); }

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

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

 a { background-color: rgb(17,136,66); }

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

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

 span { border-color: rgb(17,136,66); }

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