#118E48

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

Shades of Salem #118E48

Tints of Salem #118E48

Color information

#118E48 (or 0x118E48) is unknown color: approx Salem. HEX triplet: 11, 8E and 48. RGB value is (17,142,72). Sum of RGB (Red+Green+Blue) = 17+142+72=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #118E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E48 is #EE71B7. Grayscale: #606060. Windows color (decimal): -15626680 or 4754961. OLE color: 4754961.

HSL color Cylindrical-coordinate representation of color #118E48: hue angle of 146.4º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118E48 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1714272-
CMYK0.8800.490.44
HSL146.4º78.62%31.18%-
HSV(B)146.4º88.03%55.69%-
XYZ11.0719.939.39-
YUV96.64114.0971.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 142 (55.86% from 255) = 61.47%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=7.36%
G=61.47%
B=31.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17142720.8800.490.44146.478.6231.18
Hex118E48580312C924f1f
Octal212161101300615422211737
Binary100011000111010010001011000011000110110010010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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