#117B4D

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

Shades of Salem #117B4D

Tints of Salem #117B4D

Color information

#117B4D (or 0x117B4D) is unknown color: approx Salem. HEX triplet: 11, 7B and 4D. RGB value is (17,123,77). Sum of RGB (Red+Green+Blue) = 17+123+77=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #117B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B4D is #EE84B2. Grayscale: #565656. Windows color (decimal): -15631539 or 5077777. OLE color: 5077777.

HSL color Cylindrical-coordinate representation of color #117B4D: hue angle of 153.96º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B4D is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1712377-
CMYK0.8600.370.52
HSL153.96º75.71%27.45%-
HSV(B)153.96º86.18%48.24%-
XYZ8.6514.829.43-
YUV86.06122.8878.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=7.83%
G=56.68%
B=35.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123770.8600.370.52153.9675.7127.45
Hex117B4D56025349a4c1b
Octal211731151260456423211433
Binary10001111101110011011010110010010111010010011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117B4D; }

 p { color: rgb(17,123,77); }

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

<style>
 a { background-color: #117B4D; }

 a { background-color: rgb(17,123,77); }

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

<style>
 span { border-color: #117B4D; }

 span { border-color: rgb(17,123,77); }

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