#117D57

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

Shades of Salem #117D57

Tints of Salem #117D57

Color information

#117D57 (or 0x117D57) is unknown color: approx Salem. HEX triplet: 11, 7D and 57. RGB value is (17,125,87). Sum of RGB (Red+Green+Blue) = 17+125+87=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #117D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D57 is #EE82A8. Grayscale: #585858. Windows color (decimal): -15631017 or 5733649. OLE color: 5733649.

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

Color convert

RGB1712587-
CMYK0.8600.300.51
HSL158.89º76.06%27.84%-
HSV(B)158.89º86.4%49.02%-
XYZ9.2915.4711.51-
YUV88.38127.2277.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 125 (49.22% from 255) = 54.59%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=7.42%
G=54.59%
B=37.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17125870.8600.300.51158.8976.0627.84
Hex117D575601E339f4c1c
Octal211751271260366323711434
Binary1000111111011010111101011001111011001110011111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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