#117253

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

Shades of Salem #117253

Tints of Salem #117253

Color information

#117253 (or 0x117253) is unknown color: approx Salem. HEX triplet: 11, 72 and 53. RGB value is (17,114,83). Sum of RGB (Red+Green+Blue) = 17+114+83=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #117253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117253 is #EE8DAC. Grayscale: #515151. Windows color (decimal): -15633837 or 5468689. OLE color: 5468689.

HSL color Cylindrical-coordinate representation of color #117253: hue angle of 160.82º 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 #117253 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1711483-
CMYK0.8500.270.55
HSL160.82º74.05%25.69%-
HSV(B)160.82º85.09%44.71%-
XYZ7.8112.7810.24-
YUV81.46128.8682.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=7.94%
G=53.27%
B=38.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17114830.8500.270.55160.8274.0525.69
Hex1172535501B37a14a1a
Octal211621231250336724111232
Binary1000111100101010011101010101101111011110100001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117253; }

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

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

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

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

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

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

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

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