#117A53

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

Shades of Salem #117A53

Tints of Salem #117A53

Color information

#117A53 (or 0x117A53) is unknown color: approx Salem. HEX triplet: 11, 7A and 53. RGB value is (17,122,83). Sum of RGB (Red+Green+Blue) = 17+122+83=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #117A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A53 is #EE85AC. Grayscale: #565656. Windows color (decimal): -15631789 or 5470737. OLE color: 5470737.

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

Color convert

RGB1712283-
CMYK0.8600.320.52
HSL157.71º75.54%27.25%-
HSV(B)157.71º86.07%47.84%-
XYZ8.7514.6610.55-
YUV86.16126.2178.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=7.66%
G=54.95%
B=37.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122830.8600.320.52157.7175.5427.25
Hex117A5356020349e4c1b
Octal211721231260406423611433
Binary10001111101010100111010110010000011010010011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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