#117850

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

Shades of Salem #117850

Tints of Salem #117850

Color information

#117850 (or 0x117850) is unknown color: approx Salem. HEX triplet: 11, 78 and 50. RGB value is (17,120,80). Sum of RGB (Red+Green+Blue) = 17+120+80=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #117850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117850 is #EE87AF. Grayscale: #545454. Windows color (decimal): -15632304 or 5273617. OLE color: 5273617.

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

Color convert

RGB1712080-
CMYK0.8600.330.53
HSL156.7º75.18%26.86%-
HSV(B)156.7º85.83%47.06%-
XYZ8.414.139.87-
YUV84.64125.3879.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=7.83%
G=55.30%
B=36.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120800.8600.330.53156.775.1826.86
Hex11785056021359d4b1b
Octal211701201260416523511333
Binary10001111100010100001010110010000111010110011101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117850; }

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

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

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

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

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

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

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

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