#117353

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

Shades of Salem #117353

Tints of Salem #117353

Color information

#117353 (or 0x117353) is unknown color: approx Salem. HEX triplet: 11, 73 and 53. RGB value is (17,115,83). Sum of RGB (Red+Green+Blue) = 17+115+83=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #117353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117353 is #EE8CAC. Grayscale: #525252. Windows color (decimal): -15633581 or 5468945. OLE color: 5468945.

HSL color Cylindrical-coordinate representation of color #117353: hue angle of 160.41º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117353 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1711583-
CMYK0.8500.280.55
HSL160.41º74.24%25.88%-
HSV(B)160.41º85.22%45.1%-
XYZ7.9213.0110.28-
YUV82.05128.5381.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=7.91%
G=53.49%
B=38.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17115830.8500.280.55160.4174.2425.88
Hex1173535501C37a04a1a
Octal211631231250346724011232
Binary1000111100111010011101010101110011011110100000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117353; }

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

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

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

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

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

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

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

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