#117948

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

Shades of Salem #117948

Tints of Salem #117948

Color information

#117948 (or 0x117948) is unknown color: approx Salem. HEX triplet: 11, 79 and 48. RGB value is (17,121,72). Sum of RGB (Red+Green+Blue) = 17+121+72=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #117948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117948 is #EE86B7. Grayscale: #545454. Windows color (decimal): -15632056 or 4749585. OLE color: 4749585.

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

Color convert

RGB1712172-
CMYK0.8600.400.53
HSL151.73º75.36%27.06%-
HSV(B)151.73º85.95%47.45%-
XYZ8.2414.268.45-
YUV84.32121.0479.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 121 (47.66% from 255) = 57.62%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=8.10%
G=57.62%
B=34.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121720.8600.400.53151.7375.3627.06
Hex1179485602835984b1b
Octal211711101260506523011333
Binary10001111100110010001010110010100011010110011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117948; }

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

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

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

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

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

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

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

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