#197156

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

Shades of Salem #197156

Tints of Salem #197156

Color information

#197156 (or 0x197156) is unknown color: approx Salem. HEX triplet: 19, 71 and 56. RGB value is (25,113,86). Sum of RGB (Red+Green+Blue) = 25+113+86=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #197156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197156 is #E68EA9. Grayscale: #535353. Windows color (decimal): -15109802 or 5665049. OLE color: 5665049.

HSL color Cylindrical-coordinate representation of color #197156: hue angle of 161.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197156 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB2511386-
CMYK0.7800.240.56
HSL161.59º63.77%27.06%-
HSV(B)161.59º77.88%44.31%-
XYZ7.9912.6910.83-
YUV83.61129.3586.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.16%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=11.16%
G=50.45%
B=38.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113860.7800.240.56161.5963.7727.06
Hex1971564E01838a2401b
Octal311611261160307024210033
Binary1100111100011010110100111001100011100010100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197156; }

 p { color: rgb(25,113,86); }

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

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

 a { background-color: rgb(25,113,86); }

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

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

 span { border-color: rgb(25,113,86); }

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