#118a45

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

Shades of Salem #118A45

Tints of Salem #118A45

Color information

#118A45 (or 0x118A45) is unknown color: approx Salem. HEX triplet: 11, 8A and 45. RGB value is (17,138,69). Sum of RGB (Red+Green+Blue) = 17+138+69=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #118A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A45 is #EE75BA. Grayscale: #5E5E5E. Windows color (decimal): -15627707 or 4557329. OLE color: 4557329.

HSL color Cylindrical-coordinate representation of color #118A45: hue angle of 145.79º 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 #118A45 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB1713869-
CMYK0.8800.50.46
HSL145.79º78.06%30.39%-
HSV(B)145.79º87.68%54.12%-
XYZ10.3918.738.7-
YUV93.96113.9173.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 138 (54.30% from 255) = 61.61%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=7.59%
G=61.61%
B=30.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138690.8800.50.46145.7978.0630.39
Hex118A45580322E924e1e
Octal212121051300625622211636
Binary100011000101010001011011000011001010111010010010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118a45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,138,69); }

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

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

 a { background-color: rgb(17,138,69); }

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

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

 span { border-color: rgb(17,138,69); }

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