#197056

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

Shades of Salem #197056

Tints of Salem #197056

Color information

#197056 (or 0x197056) is unknown color: approx Salem. HEX triplet: 19, 70 and 56. RGB value is (25,112,86). Sum of RGB (Red+Green+Blue) = 25+112+86=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #197056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197056 is #E68FA9. Grayscale: #535353. Windows color (decimal): -15110058 or 5664793. OLE color: 5664793.

HSL color Cylindrical-coordinate representation of color #197056: hue angle of 162.07º 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 #197056 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB2511286-
CMYK0.7800.230.56
HSL162.07º63.5%26.86%-
HSV(B)162.07º77.68%43.92%-
XYZ7.8712.4710.8-
YUV83.02129.6886.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=11.21%
G=50.22%
B=38.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25112860.7800.230.56162.0763.526.86
Hex1970564E01738a2401b
Octal311601261160277024210033
Binary1100111100001010110100111001011111100010100010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197056; }

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

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

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

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

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

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

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

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