#118C3A

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

Shades of Salem #118C3A

Tints of Salem #118C3A

Color information

#118C3A (or 0x118C3A) is unknown color: approx Salem. HEX triplet: 11, 8C and 3A. RGB value is (17,140,58). Sum of RGB (Red+Green+Blue) = 17+140+58=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #118C3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118C3A is #EE73C5. Grayscale: #5E5E5E. Windows color (decimal): -15627206 or 3836945. OLE color: 3836945.

HSL color Cylindrical-coordinate representation of color #118C3A: hue angle of 140º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C3A is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1714058-
CMYK0.8800.590.45
HSL140º78.34%30.78%-
HSV(B)140º87.86%54.9%-
XYZ10.3719.187.16-
YUV93.87107.7573.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 140 (55.08% from 255) = 65.12%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=7.91%
G=65.12%
B=26.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17140580.8800.590.4514078.3430.78
Hex118C3A5803B2D8c4e1f
Octal21214721300735521411637
Binary10001100011001110101011000011101110110110001100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118C3A; }

 p { color: rgb(17,140,58); }

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

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

 a { background-color: rgb(17,140,58); }

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

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

 span { border-color: rgb(17,140,58); }

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