#118A52

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

Shades of Salem #118A52

Tints of Salem #118A52

Color information

#118A52 (or 0x118A52) is unknown color: approx Salem. HEX triplet: 11, 8A and 52. RGB value is (17,138,82). Sum of RGB (Red+Green+Blue) = 17+138+82=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #118A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A52 is #EE75AD. Grayscale: #5F5F5F. Windows color (decimal): -15627694 or 5409297. OLE color: 5409297.

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

Color convert

RGB1713882-
CMYK0.8800.410.46
HSL152.23º78.06%30.39%-
HSV(B)152.23º87.68%54.12%-
XYZ10.8418.9111.06-
YUV95.44120.4172.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 138 (54.30% from 255) = 58.23%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=7.17%
G=58.23%
B=34.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17138820.8800.410.46152.2378.0630.39
Hex118A52580292E984e1e
Octal212121221300515623011636
Binary100011000101010100101011000010100110111010011000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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