#117956

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

Shades of Salem #117956

Tints of Salem #117956

Color information

#117956 (or 0x117956) is unknown color: approx Salem. HEX triplet: 11, 79 and 56. RGB value is (17,121,86). Sum of RGB (Red+Green+Blue) = 17+121+86=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 121 (47.66% from 255 or 54.02% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 121 - color contains mainly: green. Hex color #117956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117956 is #EE86A9. Grayscale: #555555. Windows color (decimal): -15632042 or 5667089. OLE color: 5667089.

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

Color convert

RGB1712186-
CMYK0.8600.290.53
HSL159.81º75.36%27.06%-
HSV(B)159.81º85.95%47.45%-
XYZ8.7514.4711.14-
YUV85.91128.0478.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 121 (47.66% from 255) = 54.02%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=7.59%
G=54.02%
B=38.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121860.8600.290.53159.8175.3627.06
Hex1179565601D35a04b1b
Octal211711261260356524011333
Binary1000111110011010110101011001110111010110100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117956; }

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

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

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

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

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

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

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

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