#117853

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

Shades of Salem #117853

Tints of Salem #117853

Color information

#117853 (or 0x117853) is unknown color: approx Salem. HEX triplet: 11, 78 and 53. RGB value is (17,120,83). Sum of RGB (Red+Green+Blue) = 17+120+83=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #117853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117853 is #EE87AC. Grayscale: #555555. Windows color (decimal): -15632301 or 5470225. OLE color: 5470225.

HSL color Cylindrical-coordinate representation of color #117853: hue angle of 158.45º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117853 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1712083-
CMYK0.8600.310.53
HSL158.45º75.18%26.86%-
HSV(B)158.45º85.83%47.06%-
XYZ8.5114.1810.47-
YUV84.98126.8879.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=7.73%
G=54.55%
B=37.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120830.8600.310.53158.4575.1826.86
Hex1178535601F359e4b1b
Octal211701231260376523611333
Binary1000111110001010011101011001111111010110011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117853; }

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

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

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

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

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

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

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

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