#118A48

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

Shades of Salem #118A48

Tints of Salem #118A48

Color information

#118A48 (or 0x118A48) is unknown color: approx Salem. HEX triplet: 11, 8A and 48. RGB value is (17,138,72). Sum of RGB (Red+Green+Blue) = 17+138+72=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #118A48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A48 is #EE75B7. Grayscale: #5E5E5E. Windows color (decimal): -15627704 or 4753937. OLE color: 4753937.

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

Color convert

RGB1713872-
CMYK0.8800.480.46
HSL147.27º78.06%30.39%-
HSV(B)147.27º87.68%54.12%-
XYZ10.4918.769.2-
YUV94.3115.4172.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 138 (54.30% from 255) = 60.79%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=7.49%
G=60.79%
B=31.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138720.8800.480.46147.2778.0630.39
Hex118A48580302E934e1e
Octal212121101300605622311636
Binary100011000101010010001011000011000010111010010011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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