#117D56

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

Shades of Salem #117D56

Tints of Salem #117D56

Color information

#117D56 (or 0x117D56) is unknown color: approx Salem. HEX triplet: 11, 7D and 56. RGB value is (17,125,86). Sum of RGB (Red+Green+Blue) = 17+125+86=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #117D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D56 is #EE82A9. Grayscale: #585858. Windows color (decimal): -15631018 or 5668113. OLE color: 5668113.

HSL color Cylindrical-coordinate representation of color #117D56: hue angle of 158.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D56 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB1712586-
CMYK0.8600.310.51
HSL158.33º76.06%27.84%-
HSV(B)158.33º86.4%49.02%-
XYZ9.2415.4611.3-
YUV88.26126.7277.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 125 (49.22% from 255) = 54.82%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=7.46%
G=54.82%
B=37.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125860.8600.310.51158.3376.0627.84
Hex117D565601F339e4c1c
Octal211751261260376323611434
Binary1000111111011010110101011001111111001110011110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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