#117A50

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

Shades of Salem #117A50

Tints of Salem #117A50

Color information

#117A50 (or 0x117A50) is unknown color: approx Salem. HEX triplet: 11, 7A and 50. RGB value is (17,122,80). Sum of RGB (Red+Green+Blue) = 17+122+80=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #117A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A50 is #EE85AF. Grayscale: #555555. Windows color (decimal): -15631792 or 5274129. OLE color: 5274129.

HSL color Cylindrical-coordinate representation of color #117A50: hue angle of 156º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A50 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1712280-
CMYK0.8600.340.52
HSL156º75.54%27.25%-
HSV(B)156º86.07%47.84%-
XYZ8.6414.629.96-
YUV85.82124.7178.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 122 (48.05% from 255) = 55.71%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=7.76%
G=55.71%
B=36.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122800.8600.340.5215675.5427.25
Hex117A5056022349c4c1b
Octal211721201260426423411433
Binary10001111101010100001010110010001011010010011100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A50; }

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

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

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

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

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

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

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

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