#117B53

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

Shades of Salem #117B53

Tints of Salem #117B53

Color information

#117B53 (or 0x117B53) is unknown color: approx Salem. HEX triplet: 11, 7B and 53. RGB value is (17,123,83). Sum of RGB (Red+Green+Blue) = 17+123+83=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #117B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117B53 is #EE84AC. Grayscale: #565656. Windows color (decimal): -15631533 or 5470993. OLE color: 5470993.

HSL color Cylindrical-coordinate representation of color #117B53: hue angle of 157.36º 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 #117B53 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB1712383-
CMYK0.8600.330.52
HSL157.36º75.71%27.45%-
HSV(B)157.36º86.18%48.24%-
XYZ8.8814.9110.59-
YUV86.75125.8878.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=7.62%
G=55.16%
B=37.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17123830.8600.330.52157.3675.7127.45
Hex117B5356021349d4c1b
Octal211731231260416423511433
Binary10001111101110100111010110010000111010010011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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