#117950

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

Shades of Salem #117950

Tints of Salem #117950

Color information

#117950 (or 0x117950) is unknown color: approx Salem. HEX triplet: 11, 79 and 50. RGB value is (17,121,80). Sum of RGB (Red+Green+Blue) = 17+121+80=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #117950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117950 is #EE86AF. Grayscale: #555555. Windows color (decimal): -15632048 or 5273873. OLE color: 5273873.

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

Color convert

RGB1712180-
CMYK0.8600.340.53
HSL156.35º75.36%27.06%-
HSV(B)156.35º85.95%47.45%-
XYZ8.5214.379.91-
YUV85.23125.0479.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=7.80%
G=55.50%
B=36.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121800.8600.340.53156.3575.3627.06
Hex11795056022359c4b1b
Octal211711201260426523411333
Binary10001111100110100001010110010001011010110011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117950; }

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

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

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

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

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

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

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

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