#117955

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

Shades of Salem #117955

Tints of Salem #117955

Color information

#117955 (or 0x117955) is unknown color: approx Salem. HEX triplet: 11, 79 and 55. RGB value is (17,121,85). Sum of RGB (Red+Green+Blue) = 17+121+85=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #117955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117955 is #EE86AA. Grayscale: #555555. Windows color (decimal): -15632043 or 5601553. OLE color: 5601553.

HSL color Cylindrical-coordinate representation of color #117955: hue angle of 159.23º 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 #117955 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1712185-
CMYK0.8600.300.53
HSL159.23º75.36%27.06%-
HSV(B)159.23º85.95%47.45%-
XYZ8.7114.4510.92-
YUV85.8127.5478.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=7.62%
G=54.26%
B=38.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121850.8600.300.53159.2375.3627.06
Hex1179555601E359f4b1b
Octal211711251260366523711333
Binary1000111110011010101101011001111011010110011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117955; }

 p { color: rgb(17,121,85); }

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

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

 a { background-color: rgb(17,121,85); }

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

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

 span { border-color: rgb(17,121,85); }

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