#117852

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

Shades of Salem #117852

Tints of Salem #117852

Color information

#117852 (or 0x117852) is unknown color: approx Salem. HEX triplet: 11, 78 and 52. RGB value is (17,120,82). Sum of RGB (Red+Green+Blue) = 17+120+82=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #117852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117852 is #EE87AD. Grayscale: #545454. Windows color (decimal): -15632302 or 5404689. OLE color: 5404689.

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

Color convert

RGB1712082-
CMYK0.8600.320.53
HSL157.86º75.18%26.86%-
HSV(B)157.86º85.83%47.06%-
XYZ8.4714.1610.27-
YUV84.87126.3879.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=7.76%
G=54.79%
B=37.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120820.8600.320.53157.8675.1826.86
Hex11785256020359e4b1b
Octal211701221260406523611333
Binary10001111100010100101010110010000011010110011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117852; }

 p { color: rgb(17,120,82); }

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

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

 a { background-color: rgb(17,120,82); }

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

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

 span { border-color: rgb(17,120,82); }

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